MCPcopy
hub / github.com/MetaMask/metamask-extension / checkCount

Method checkCount

test/e2e/page-objects/pages/test-snaps.ts:326–332  ·  view source on GitHub ↗
(expectedCount: string)

Source from the content-addressed store, hash-verified

324 }
325
326 async checkCount(expectedCount: string) {
327 console.log(`Checking the count is ${expectedCount}`);
328 await this.driver.waitForSelector({
329 tag: 'p',
330 text: expectedCount,
331 });
332 }
333
334 /**
335 * Select an entropy source from the dropdown with the given name.

Callers 1

Calls 1

waitForSelectorMethod · 0.80

Tested by

no test coverage detected