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
cto
g1
Commits
b83e398a
Commit
b83e398a
authored
Mar 17, 2019
by
S Anand
Browse files
TST: make test cases more robust for Selenium Chrome
parent
0040f116
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-formhandler-unit.html
View file @
b83e398a
...
...
@@ -81,8 +81,8 @@
edit
:
true
})
.
on
(
'
load
'
,
function
()
{
t
.
equals
(
$
(
'
div.no-link tr:nth-child(1) > td:nth-child(3)
'
).
text
(),
"
AND
"
)
t
.
equals
(
$
(
'
div.no-link tr:nth-child(2) > td:nth-child(3)
'
).
text
(),
"
ARE
"
)
t
.
equals
(
$
(
'
div.no-link tr:nth-child(1) > td:nth-child(3)
'
).
text
()
.
trim
()
,
"
AND
"
)
t
.
equals
(
$
(
'
div.no-link tr:nth-child(2) > td:nth-child(3)
'
).
text
()
.
trim
()
,
"
ARE
"
)
t
.
ok
(
$
(
'
div.no-link tr:nth-child(1) > td:nth-child(1) a
'
).
hasClass
(
'
urlfilter
'
),
'
has class urlfilter
'
)
t
.
ok
(
$
(
'
div.no-link tr:nth-child(1) > td:nth-child(1) a
'
).
attr
(
'
href
'
),
'
?ID=AND
'
)
...
...
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