This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
43
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Merge requests
!156
fixed e2e tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fixed e2e tests
fix_e2e_tests
into
development
Overview
1
Commits
3
Pipelines
0
Changes
11
Merged
Eduard Frankford
requested to merge
fix_e2e_tests
into
development
2 years ago
Overview
1
Commits
3
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
c6bd7424
Prev
Next
Show latest version
1 file
+
1
−
1
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c6bd7424
fix lint
· c6bd7424
Eduard Frankford
authored
2 years ago
src/test/javascript/e2e/admin/administration.spec.ts
+
1
−
1
Options
@@ -14,7 +14,7 @@ describe('administration', () => {
await
browser
.
sleep
(
2000
);
navBarPage
=
new
NavBarPage
(
true
);
signInPage
=
await
navBarPage
.
getSignInPage
();
signInPage
=
navBarPage
.
getSignInPage
();
await
signInPage
.
autoSignInUsing
(
username
,
password
);
await
browser
.
wait
(
ec
.
visibilityOf
(
navBarPage
.
adminMenu
),
5000
);
});