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 3827d37 commit 30e58d8Copy full SHA for 30e58d8
e2e/elements/menuBar.element/index.ts
@@ -1,7 +1,6 @@
1
import { by, element, promise } from 'protractor';
2
import { CreateOptions } from './create.options';
3
import { TestsOptions } from './tests.options';
4
-import { UserOptions } from './user.options';
5
import { AuditsOptions } from './audits.options';
6
7
export class MenuBar {
@@ -70,7 +69,7 @@ export class MenuBar {
70
69
}
71
72
isAdministrationExists() {
73
- return this.administrationOption.isPresent();
+ return this.administrationOption.element(by.tagName('a')).isPresent();
74
75
76
editAccount() {
0 commit comments