Skip to content
Snippets Groups Projects
Commit f88b3d35 authored by OZGCloud's avatar OZGCloud
Browse files

E2E revert wait for user and roles table

parent 9fe52d87
Branches
Tags
No related merge requests found
import { MainPage } from 'apps/admin-e2e/src/page-objects/main.po';
import { BenutzerE2EComponent } from '../../../components/benutzer/benutzer.e2e.component';
import { wait } from '../../../support/cypress-helper';
import { beChecked, beEnabled, exist, notBeChecked, notBeEnabled } from '../../../support/cypress.util';
import { loginAsAriane } from '../../../support/user-util';
......@@ -27,7 +26,6 @@ describe('Benutzer und Rollen', () => {
});
it('should show table with users and roles', () => {
wait(1000);
exist(benutzerPage.getUserRolesTable());
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment