Commit 7d1236ab authored by Reuben Pereira's avatar Reuben Pereira

Merge branch 'gy-fix-focus-mode-spec-test' into 'master'

Fix for focus_mode_spec QA test

See merge request gitlab-org/gitlab!72289
parents fba63983 2f4b9295
......@@ -48,7 +48,7 @@ module QA
# with the attribute `data-qa-selector` since such element is not unique when the
# `is-focused` class is not set, and it was not possible to find a better solution.
def focused_board
find('.issue-boards-content.js-focus-mode-board.is-focused')
find('.js-focus-mode-board.is-focused')
end
def boards_dropdown
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment