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-11-19 15:12:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-19 15:12:41 +0300
commit0512d12bf15a0fc9b3ca29d7c854b34058d931a9 (patch)
tree210175512668ba59edc163a0c45d3d91c74f37b8 /spec/features/clusters
parent94ecc00f47df7051eea905a5899053bf476e0589 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/clusters')
-rw-r--r--spec/features/clusters/create_agent_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/clusters/create_agent_spec.rb b/spec/features/clusters/create_agent_spec.rb
index f40932c4750..906f0d1b437 100644
--- a/spec/features/clusters/create_agent_spec.rb
+++ b/spec/features/clusters/create_agent_spec.rb
@@ -25,7 +25,7 @@ RSpec.describe 'Cluster agent registration', :js do
it 'allows the user to select an agent to install, and displays the resulting agent token' do
click_button('Actions')
- expect(page).to have_content('Install new Agent')
+ expect(page).to have_content('Register Agent')
click_button('Select an Agent')
click_button('example-agent-2')