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

Method checkIfElementHasString

e2e/helpers.js:213–215  ·  view source on GitHub ↗
(elementID, text)

Source from the content-addressed store, hash-verified

211 }
212
213 static async checkIfElementHasString(elementID, text) {
214 return expect(element(by.id(elementID))).toString(text);
215 }
216
217 static checkIfToggleIsOn(elementID) {
218 return expect(element(by.id(elementID))).toHaveToggleValue(true);

Callers 8

isNFTNameVisibleMethod · 0.80
isNetworkNameVisibleMethod · 0.80
isAccountNameCorrectMethod · 0.80
isNetworkNameVisibleMethod · 0.80
checkMaxSlippageMethod · 0.80

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected