init commit,
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { Then } from "@wdio/cucumber-framework";
|
||||
import { expect } from "expect-webdriverio";
|
||||
import AddAnIdentifierModal from "../../screen-objects/components/identity/identity-add.modal.js";
|
||||
|
||||
Then(/^user can see Add An Identifier modal$/, async function () {
|
||||
await AddAnIdentifierModal.loads();
|
||||
});
|
||||
|
||||
Then(/^user can not to see Add An Identifier modal$/, async function () {
|
||||
await expect(await AddAnIdentifierModal.id).not.toBeDisplayed();
|
||||
});
|
Reference in New Issue
Block a user