Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrique Alcantara <ealcantara@gitlab.com>2019-03-27 06:05:50 +0300
committerEnrique Alcantara <ealcantara@gitlab.com>2019-04-03 22:23:04 +0300
commit119a5f0c86efbc2b3e853623880a1c49f9e7d352 (patch)
treee6861fcfa5ae7482b632065ce06523fd4693fcff /spec/features/groups
parentca32773dbfc345de551f8b107692d1995e717fa3 (diff)
Specify new validation message selector
Update QA selector to specify that API URL is a input type=url field
Diffstat (limited to 'spec/features/groups')
-rw-r--r--spec/features/groups/clusters/user_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups/clusters/user_spec.rb b/spec/features/groups/clusters/user_spec.rb
index 2410cd92e3f..b661b5cbaef 100644
--- a/spec/features/groups/clusters/user_spec.rb
+++ b/spec/features/groups/clusters/user_spec.rb
@@ -69,7 +69,7 @@ describe 'User Cluster', :js do
end
it 'user sees a validation error' do
- expect(page).to have_css('#error_explanation')
+ expect(page).to have_css('.gl-field-error')
end
end
end