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>2022-06-07 03:09:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-07 03:09:08 +0300
commit83cd5db43517cfd977b0d288b179f794677ba1a7 (patch)
tree102dc755ceddb8aebd4cbc81cd4720ef6da90314 /spec/features/clusters
parent1f563de51470eaf2aa44e71046398127c00bcfe3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/clusters')
-rw-r--r--spec/features/clusters/create_agent_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/clusters/create_agent_spec.rb b/spec/features/clusters/create_agent_spec.rb
index c7326204bf6..b879ae645f7 100644
--- a/spec/features/clusters/create_agent_spec.rb
+++ b/spec/features/clusters/create_agent_spec.rb
@@ -35,6 +35,7 @@ RSpec.describe 'Cluster agent registration', :js do
expect(page).to have_content('You cannot see this token again after you close this window.')
expect(page).to have_content('example-agent-token')
expect(page).to have_content('helm upgrade --install')
+ expect(page).to have_content('example-agent-2')
within find('.modal-footer') do
click_button('Close')