Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,692
Issues
1,692
List
Boards
Labels
Service Desk
Milestones
Merge Requests
85
Merge Requests
85
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
72612a2c
Commit
72612a2c
authored
Sep 01, 2018
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
functional/browser_test.rb: 'tip-container' may not be present on app
parent
42efdcad
Pipeline
#38129
canceled with stages
in 58 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
server/web2py/applications/vidjil/tests/functional/browser_test.rb
...b2py/applications/vidjil/tests/functional/browser_test.rb
+5
-1
No files found.
server/web2py/applications/vidjil/tests/functional/browser_test.rb
View file @
72612a2c
...
@@ -51,7 +51,11 @@ class BrowserTest < MiniTest::Test
...
@@ -51,7 +51,11 @@ class BrowserTest < MiniTest::Test
# check the 'db_content' window opens
# check the 'db_content' window opens
assert
(
$b
.
div
(
:id
=>
'db_content'
).
wait_until_present
),
"db content is not present"
assert
(
$b
.
div
(
:id
=>
'db_content'
).
wait_until_present
),
"db content is not present"
$b
.
div
(
:id
=>
'tip-container'
).
div
(
:class
=>
'tip_1'
).
element
(
:class
=>
'icon-cancel'
).
click
# close the tip container when needed
if
$b
.
div
(
:id
=>
'tip-container'
).
present?
$b
.
div
(
:id
=>
'tip-container'
).
div
(
:class
=>
'tip_1'
).
element
(
:class
=>
'icon-cancel'
).
click
end
end
end
def
close_everything
def
close_everything
...
...
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