MCPcopy Create free account
hub / github.com/ICBNetwork/web3-Wallet / isTextDisplayed

Method isTextDisplayed

wdio/screen-objects/CommonScreen.js:35–37  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

33 }
34
35 async isTextDisplayed(text) {
36 await expect(Selectors.getXpathElementByText(text)).toBeDisplayed();
37 }
38
39 async isTextElementNotDisplayed(text) {
40 await expect(Selectors.getXpathElementByText(text)).not.toBeDisplayed();

Callers 1

common-steps.jsFile · 0.80

Calls 1

getXpathElementByTextMethod · 0.80

Tested by

no test coverage detected