Commit c159e186 authored by Walmyr Lima's avatar Walmyr Lima

Remove test expectation due to feature change

Now issue boards hide redundant labels so the removed expectation
makes no sense anymore. Actually, due to this expectation this test
is failing on master.

This is not really related to what this MR intends to do, which is
to create a new e2e tests, but since I found it while creating this
new test, I thought it would make sense to fix it here.
parent 935df5d1
......@@ -32,7 +32,6 @@ module QA
EE::Page::Component::IssueBoard::Show.perform do |show|
expect(show.boards_dropdown).to have_content(label_board_list.board.name)
expect(show.boards_list_header_with_index(1)).to have_content(label)
expect(show.boards_list_cards_area_with_index(1)).to have_content(label)
expect(show.card_of_list_with_index(1)).to have_content(issue_title)
end
end
......
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