summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-03 12:13:59 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-03 12:13:59 +0000
commit6e228f38c37c4c7b6d6be648ae2664ebfb5c3c80 (patch)
tree0c7abe13728c198df556d04143dc624a67aaad85 /qa
parentf6a4346585dcc6cc564cb4974a0ea49d2ac0531d (diff)
downloadgitlab-ce-6e228f38c37c4c7b6d6be648ae2664ebfb5c3c80.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/project/import/github.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/project/import/github.rb b/qa/qa/page/project/import/github.rb
index bb1095371a8..fb227209b48 100644
--- a/qa/qa/page/project/import/github.rb
+++ b/qa/qa/page/project/import/github.rb
@@ -80,7 +80,7 @@ module QA
skip_finished_loading_check_on_refresh: true
) do
status_selector = 'import_status_indicator'
- is_partial_import = has_css?(status_selector, text: "Partial import")
+ is_partial_import = has_css?(status_selector, text: 'Partially completed')
# Temporarily adding this for investigation purposes. This makes sure that the details section is
# expanded when the screenshot is taken when the test fails. This can be removed or repurposed later