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,696
Issues
1,696
List
Boards
Labels
Service Desk
Milestones
Merge Requests
89
Merge Requests
89
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
6afd32b4
Commit
6afd32b4
authored
Sep 26, 2019
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-c/3987-fix-watir-test' into 'dev'
Fix watir tests Closes
#3987
See merge request
!521
parents
24ce6e00
ec3c9bf7
Pipeline
#95724
failed with stages
in 9 minutes and 23 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
browser/test/functional/vidjil_browser.rb
browser/test/functional/vidjil_browser.rb
+2
-3
No files found.
browser/test/functional/vidjil_browser.rb
View file @
6afd32b4
...
@@ -184,9 +184,7 @@ class VidjilBrowser < Watir::Browser
...
@@ -184,9 +184,7 @@ class VidjilBrowser < Watir::Browser
end
end
def
menu_item_export
(
id
,
extra
=
{})
def
menu_item_export
(
id
,
extra
=
{})
menu
=
menu_import_export
return
menu_item
(
id
,
extra
)
menu
.
click
return
menu
.
a
(
extra
.
merge
(
:id
=>
id
))
end
end
def
menu_item_export_fasta
(
extra
=
{})
def
menu_item_export_fasta
(
extra
=
{})
...
@@ -206,6 +204,7 @@ class VidjilBrowser < Watir::Browser
...
@@ -206,6 +204,7 @@ class VidjilBrowser < Watir::Browser
end
end
if
parent
.
tag_name
!=
"body"
if
parent
.
tag_name
!=
"body"
parent
.
click
parent
.
click
parent
.
hover
end
end
return
item
return
item
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