We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b26bc6 commit 8b4db6eCopy full SHA for 8b4db6e
e2e/specs/administration/user.spec.ts
@@ -5,7 +5,7 @@ import { userAdministration } from '../../pages/administration/users.po';
5
import { projectList } from '../../pages/project/list.po';
6
import { browser } from 'protractor';
7
8
-fdescribe('Full Admin Administartion User Flow', () => {
+describe('Full Admin Administartion User Flow', () => {
9
const userToCreate: User = users.creationTest;
10
11
const validateUser = async () => {
0 commit comments