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
b656f7d4
Commit
b656f7d4
authored
Jan 12, 2019
by
Yadd
Browse files
Merge branch 'v2.0'
parents
52d3d43c
2629a8a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
e2e-tests/portal/10-sfaManager.js
View file @
b656f7d4
...
...
@@ -35,7 +35,7 @@ describe('10 Lemonldap::NG', function() {
expect
(
links
[
2
].
getText
()).
toEqual
(
'
Gestionnaire 2ndFA
'
);
expect
(
links
[
3
].
getText
()).
toEqual
(
'
Aller au portail
'
);
expect
(
browser
.
driver
.
findElement
(
by
.
css
(
'
[trspan="yourNewTotpKey"]
'
)).
getText
()).
toEqual
(
'
Votre nouvelle clef TOTP. Testez-la et entrez le code
'
);
// Submit an empty form
browser
.
driver
.
findElement
(
by
.
id
(
'
verify
'
)).
click
();
expect
(
browser
.
driver
.
findElement
(
by
.
css
(
'
[trspan="yourNewTotpKey"]
'
)).
getText
()).
toEqual
(
'
Remplissez le formulaire
'
);
...
...
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