Commit 2f4b9295 authored by Grant Young's avatar Grant Young

Fix for focus_mode_spec QA test

Updated to call recently changed CSS class
parent ceb4e944
......@@ -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