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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-11 12:09:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-11 12:09:36 +0300
commit3ba6a5a16df690246d30bff1038cbed36a16a493 (patch)
treea5c268772035820c565993125e9cbcf0324b1eb5 /spec/features/project_variables_spec.rb
parent536045b1479bf0d9a25507b3f277098d9f6fc3fc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/project_variables_spec.rb')
-rw-r--r--spec/features/project_variables_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/project_variables_spec.rb b/spec/features/project_variables_spec.rb
index 947fcf3549a..327d8133411 100644
--- a/spec/features/project_variables_spec.rb
+++ b/spec/features/project_variables_spec.rb
@@ -32,7 +32,7 @@ RSpec.describe 'Project variables', :js do
wait_for_requests
- page.within('.ci-variable-table') do
+ page.within('[data-testid="ci-variable-table"]') do
expect(find('.js-ci-variable-row:first-child [data-label="Environments"]').text).to eq('review/*')
end
end