Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
8db12a88
Commit
8db12a88
authored
Nov 18, 2020
by
Mathieu Giraud
Browse files
tests: update
parent
69270469
Pipeline
#187791
passed with stages
in 10 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/tests/functional/test_my_account.rb
View file @
8db12a88
...
@@ -15,6 +15,7 @@ class TestMyAccount < ServerTest
...
@@ -15,6 +15,7 @@ class TestMyAccount < ServerTest
login_form
.
tr
(
:id
=>
'submit_record__row'
).
input
(
:type
=>
'submit'
).
click
login_form
.
tr
(
:id
=>
'submit_record__row'
).
input
(
:type
=>
'submit'
).
click
Watir
::
Wait
.
until
(
timeout:
30
)
{
$b
.
execute_script
(
"return jQuery.active"
)
==
0
}
Watir
::
Wait
.
until
(
timeout:
30
)
{
$b
.
execute_script
(
"return jQuery.active"
)
==
0
}
end
end
$b
.
devel_mode
()
end
end
def
go_to_my_account
def
go_to_my_account
...
...
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