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
41
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
Commits
b046e945
Commit
b046e945
authored
3 years ago
by
Eduard Frankford
Browse files
Options
Downloads
Patches
Plain Diff
fixed frontend test
parent
3572e5ea
Branches
Branches containing commit
2 merge requests
!105
Preparing März Release
,
!93
make website mobile friendly and in general more responsive
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/javascript/e2e/entities/statistics/statistics.spec.ts
+1
-0
1 addition, 0 deletions
...est/javascript/e2e/entities/statistics/statistics.spec.ts
with
1 addition
and
0 deletions
src/test/javascript/e2e/entities/statistics/statistics.spec.ts
+
1
−
0
View file @
b046e945
...
...
@@ -59,6 +59,7 @@ describe('Statistics e2e test', () => {
it
(
'
should delete last Statistics
'
,
async
()
=>
{
const
nbButtonsBeforeDelete
=
await
statisticsComponentsPage
.
countDeleteButtons
();
browser
.
executeScript
(
'
window.scrollTo(0,document.body.scrollHeight)
'
);
await
statisticsComponentsPage
.
clickOnLastDeleteButton
();
statisticsDeleteDialog
=
new
StatisticsDeleteDialog
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment