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
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-12 06:14:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-12 06:14:53 +0300
commit61d96ce4039288eeb236c09b7a629dd85db5d4c9 (patch)
treece7a2431ff9e8a1a5747982a70bfd642bf4073e9 /qa
parent92ab5f89fe0935677ca8b0c78099228f1da192ac (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/project/web_ide/vscode.rb2
-rw-r--r--qa/qa/specs/features/browser_ui/3_create/web_ide/add_new_directory_in_web_ide_spec.rb6
2 files changed, 2 insertions, 6 deletions
diff --git a/qa/qa/page/project/web_ide/vscode.rb b/qa/qa/page/project/web_ide/vscode.rb
index dd5222cfd93..1a9fad56a10 100644
--- a/qa/qa/page/project/web_ide/vscode.rb
+++ b/qa/qa/page/project/web_ide/vscode.rb
@@ -57,7 +57,7 @@ module QA
page.has_content?(folder_name)
# Commit Button
- page.find('a.monaco-description-button').click
+ page.find('a.monaco-text-button').click
page.has_css?('.notification-list-item-details-row', visible: true)
end
end
diff --git a/qa/qa/specs/features/browser_ui/3_create/web_ide/add_new_directory_in_web_ide_spec.rb b/qa/qa/specs/features/browser_ui/3_create/web_ide/add_new_directory_in_web_ide_spec.rb
index 9650c9b0c1a..59b008d01e7 100644
--- a/qa/qa/specs/features/browser_ui/3_create/web_ide/add_new_directory_in_web_ide_spec.rb
+++ b/qa/qa/specs/features/browser_ui/3_create/web_ide/add_new_directory_in_web_ide_spec.rb
@@ -52,11 +52,7 @@ module QA
end
it 'shows successfully but not able to be committed',
- testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/386761',
- quarantine: {
- type: :stale,
- issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/399544'
- } do
+ testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/386761' do
Page::Project::WebIDE::VSCode.perform do |ide|
ide.wait_for_ide_to_load
ide.create_new_folder(directory_name)