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
7ec5a392
Commit
7ec5a392
authored
Dec 12, 2017
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove noisy notification from QA base page
parent
8e5f7d8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
qa/qa/page/base.rb
qa/qa/page/base.rb
+0
-2
No files found.
qa/qa/page/base.rb
View file @
7ec5a392
...
@@ -13,8 +13,6 @@ module QA
...
@@ -13,8 +13,6 @@ module QA
def
wait
(
css
=
'.application'
,
time:
60
)
def
wait
(
css
=
'.application'
,
time:
60
)
Time
.
now
.
tap
do
|
start
|
Time
.
now
.
tap
do
|
start
|
while
Time
.
now
-
start
<
time
while
Time
.
now
-
start
<
time
puts
"Waiting for `
#{
css
}
on `
#{
current_url
}
`"
break
if
page
.
has_css?
(
css
,
wait:
5
)
break
if
page
.
has_css?
(
css
,
wait:
5
)
refresh
refresh
...
...
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