Skip to content
Snippets Groups Projects
Verified Commit 857f1962 authored by Tiffany Rea's avatar Tiffany Rea Committed by GitLab
Browse files

Merge branch 'tests-update-group-creation-via-ui' into 'master'

Tests - Update groups fabrication via UI

See merge request !162866



Merged-by: Tiffany Rea's avatarTiffany Rea <trea@gitlab.com>
Approved-by: Tiffany Rea's avatarTiffany Rea <trea@gitlab.com>
Co-authored-by: default avatarichernikov <ichernikov@gitlab.com>
parents c0cc5063 3ae535a2
No related branches found
No related tags found
2 merge requests!164749Enable parallel in test-on-omnibus,!162866Tests - Update groups fabrication via UI
Pipeline #1415137973 passed
......@@ -10,7 +10,13 @@ class Groups < Page::Base
element 'new-group-button'
end
view 'app/views/dashboard/groups/index.html.haml' do
element 'groups-empty-state'
end
def has_group?(name)
return false if has_element?('groups-empty-state', wait: 5)
has_filtered_group?(name)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment