Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
2fa4434e
Commit
2fa4434e
authored
Nov 20, 2018
by
Mathieu Giraud
Browse files
Merge branch 'feature-s/3619-test_run' into 'dev'
Feature s/3619 test run Closes
#3619
See merge request
!356
parents
9e1de6ac
0b63ac08
Pipeline
#50392
failed with stages
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/tests/functional/test_sample.rb
View file @
2fa4434e
...
...
@@ -278,6 +278,7 @@ class TestSample < ServerTest
table
.
wait_until_present
lines
=
table
.
tbody
.
rows
lines
[
0
].
wait_until_present
assert
(
lines
[
0
].
td
(
:text
=>
"QUEUED"
).
present?
)
l
=
lines
[
0
]
assert
(
l
.
td
(
:text
=>
"QUEUED"
).
present?
||
l
.
td
(
:text
=>
"ASSIGNED"
).
present?
||
l
.
td
(
:text
=>
"COMPLETED"
).
present?
)
end
end
Write
Preview
Supports
Markdown
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