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
Xavier Bachelot
lemonldap-ng
Commits
92e8dcb0
Commit
92e8dcb0
authored
Jan 22, 2019
by
Christophe Maudoux
🐛
Browse files
WIP - Improve e2e tests (#1600)
parent
1de19778
Changes
1
Hide whitespace changes
Inline
Side-by-side
e2e-tests/portal/10-sfaManager.js
View file @
92e8dcb0
...
...
@@ -34,7 +34,7 @@ describe('10 Lemonldap::NG', function() {
expect
(
elems
[
0
].
getText
()).
toEqual
(
'
Type
'
);
expect
(
elems
[
1
].
getText
()).
toEqual
(
'
Nom
'
);
expect
(
elems
[
2
].
getText
()).
toEqual
(
'
Date
'
);
expect
(
elems
[
3
].
getText
()).
toEqual
(
'
Action
'
);
//
expect(elems[3].getText()).toEqual('Action');
});
browser
.
driver
.
findElements
(
by
.
xpath
(
'
//table/tbody/tr/td
'
)).
then
(
function
(
elems
)
{
expect
(
elems
.
length
).
toEqual
(
12
);
...
...
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