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
69270469
Commit
69270469
authored
Nov 18, 2020
by
Mathieu Giraud
Browse files
test/functional/vidjil_browser.rb: $b.devel_mode()
parent
2f419b4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/test/functional/vidjil_browser.rb
View file @
69270469
...
...
@@ -373,6 +373,11 @@ class VidjilBrowser < Watir::Browser
return
tag_selector
.
button
(
:text
=>
'ok'
)
end
# Enter in dev mode
def
devel_mode
$b
.
execute_script
(
'$(".devel-mode").show();'
)
end
# Unselect everything, both on clones, and move away from menus (as if we click on the back)
def
unselect
$b
.
execute_script
(
'm.unselectAll()'
)
...
...
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