Commit 09e0f794 authored by Jarka Košanová's avatar Jarka Košanová

Merge branch '211142-failing-spec-ee-spec-features-projects-packages_spec-rb-177' into 'master'

Fix flaky ./ee/spec/features/projects/packages_spec.rb:177

Closes #211142

See merge request gitlab-org/gitlab!27296
parents 23e41d60 fa5c9f83
......@@ -14,7 +14,7 @@ RSpec.shared_examples 'packages list' do |check_project_name: false|
end
def package_table_row(index)
page.all(packages_table_selector)[index].text
page.all("#{packages_table_selector} tbody tr")[index].text
end
end
......@@ -46,5 +46,5 @@ RSpec.shared_examples 'when there are no packages' do
end
def packages_table_selector
'[data-qa-selector="packages-table"] tbody tr'
'[data-qa-selector="packages-table"]'
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