Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2e67fac4
Commit
2e67fac4
authored
Mar 02, 2022
by
Mark Lapierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wait for repo contents to load async
parent
f0af5388
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
qa/qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb
...r_ui/3_create/repository/push_mirroring_over_http_spec.rb
+1
-1
qa/qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_http_spec.rb
...r_ui/3_create/repository/pull_mirroring_over_http_spec.rb
+1
-1
No files found.
qa/qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb
View file @
2e67fac4
...
@@ -37,7 +37,7 @@ module QA
...
@@ -37,7 +37,7 @@ module QA
target_project
.
visit!
target_project
.
visit!
Page
::
Project
::
Show
.
perform
do
|
project
|
Page
::
Project
::
Show
.
perform
do
|
project
|
expect
(
project
).
to
have_content
(
'README.md'
)
expect
{
project
.
has_file?
(
'README.md'
)
}.
to
eventually_be_truthy
.
within
(
max_duration:
60
),
"Expected a file named README.md but it did not appear."
expect
(
project
).
to
have_content
(
'This is a test project'
)
expect
(
project
).
to
have_content
(
'This is a test project'
)
end
end
end
end
...
...
qa/qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_http_spec.rb
View file @
2e67fac4
...
@@ -37,7 +37,7 @@ module QA
...
@@ -37,7 +37,7 @@ module QA
target_project
.
visit!
target_project
.
visit!
Page
::
Project
::
Show
.
perform
do
|
project
|
Page
::
Project
::
Show
.
perform
do
|
project
|
expect
(
project
).
to
have_file
(
'README.md'
)
expect
{
project
.
has_file?
(
'README.md'
)
}.
to
eventually_be_truthy
.
within
(
max_duration:
60
),
"Expected a file named README.md but it did not appear."
expect
(
project
).
to
have_readme_content
(
'This is a pull mirroring test project'
)
expect
(
project
).
to
have_readme_content
(
'This is a pull mirroring test project'
)
expect
(
project
).
to
have_text
(
"Mirrored from
#{
masked_url
(
source_project_uri
)
}
"
)
expect
(
project
).
to
have_text
(
"Mirrored from
#{
masked_url
(
source_project_uri
)
}
"
)
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment