fix wrong commit

pull/5798/head
Martin Schoeler 8 years ago
parent 3e688a282f
commit 0285c32224
  1. 1
      tests/end-to-end/ui/13-permissions.js

@ -11,6 +11,7 @@ import {checkIfUserIsValid} from '../../data/checks';
import {checkIfUserIsAdmin} from '../../data/checks';
import {username, email, password, adminUsername, adminEmail, adminPassword} from '../../data/user.js';
describe('Admin settings', () => {
before(() => {
checkIfUserIsAdmin(adminUsername, adminEmail, adminPassword);
sideNav.getChannelFromList('general').waitForVisible(5000);

Loading…
Cancel
Save