This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit b046e945 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

fixed frontend test

parent 3572e5ea
Branches
2 merge requests!105Preparing März Release,!93make website mobile friendly and in general more responsive
......@@ -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();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment