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
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
258
Issues
258
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
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
LemonLDAP NG
lemonldap-ng
Commits
f5dddcb1
Commit
f5dddcb1
authored
Jun 09, 2017
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update language count (
#1232
)
parent
109bdfc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile
Makefile
+2
-2
e2e-tests/manager/02-lang.js
e2e-tests/manager/02-lang.js
+2
-2
No files found.
Makefile
View file @
f5dddcb1
...
...
@@ -375,8 +375,8 @@ nox_full_test: test prepare_test_server start_web_server
$(MAKE)
stop_web_server
prepare_test_server
:
@
mkdir
-p
e2e-tests/conf/sessions/lock e2e-tests/conf/persistents/lock
@
mkdir
e2e-tests/conf/manager e2e-tests/conf/portal
-
@mkdir
-p
e2e-tests/conf/sessions/lock e2e-tests/conf/persistents/lock
-
@mkdir e2e-tests/conf/manager e2e-tests/conf/portal
$(MAKE)
install_webserver_conf install_test_site install_fastcgi_server
\
CONFDIR
=
`
pwd
`
/e2e-tests/conf
\
RCONFDIR
=
e2e-tests/conf
\
...
...
e2e-tests/manager/02-lang.js
View file @
f5dddcb1
...
...
@@ -12,7 +12,7 @@ describe('Lemonldap::NG Manager', function() {
"
fr
"
:
"
Paramètres généraux
"
};
var
els
=
element
.
all
(
by
.
css
(
'
[ng-click="getLanguage(lang)"]
'
));
expect
(
els
.
count
()).
toEqual
(
4
);
expect
(
els
.
count
()).
toEqual
(
8
);
els
.
each
(
function
(
el
)
{
el
.
isDisplayed
().
then
(
function
(
isVisible
)
{
if
(
isVisible
)
{
...
...
@@ -27,4 +27,4 @@ describe('Lemonldap::NG Manager', function() {
});
});
});
});
\ No newline at end of file
});
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