Commit 146ee6b7 authored by Walmyr Lima's avatar Walmyr Lima

Fix test due to application change

Related MR:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/21377
parent 61cc438e
......@@ -44,13 +44,13 @@ module QA
show.select_all_activities_filter
expect(show.text_of_labels_block).to have_content(new_label_same_scope)
expect(show.text_of_labels_block).to have_content(new_label_different_scope)
expect(show.text_of_labels_block).to have_content(new_label_same_scope_multi_colon)
expect(show.text_of_labels_block).to have_content(new_label_different_scope_multi_colon)
expect(show.text_of_labels_block).to have_content(new_label_same_scope.gsub('::', ' '))
expect(show.text_of_labels_block).to have_content(new_label_different_scope.gsub('::', ' '))
expect(show.text_of_labels_block).to have_content(new_label_same_scope_multi_colon.gsub('::', ' '))
expect(show.text_of_labels_block).to have_content(new_label_different_scope_multi_colon.gsub('::', ' '))
expect(show.text_of_labels_block).not_to have_content(initial_label)
expect(show.text_of_labels_block).not_to have_content(initial_label_multi_colon)
expect(show.text_of_labels_block).not_to have_content(initial_label.gsub('::', ' '))
expect(show.text_of_labels_block).not_to have_content(initial_label_multi_colon.gsub('::', ' '))
end
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