Skip to content

Conversation

pavelfeldman
Copy link
Member

@pavelfeldman pavelfeldman commented May 4, 2020

A straw man for #2090

@pavelfeldman pavelfeldman changed the title api(waitForSelector): make "state: visible" default, includes rename … api(waitForSelector): make "state: visible" default, includes rename May 4, 2020
await page.goto(server.EMPTY_PAGE);
let error;
await page.waitForSelector('*', { waitFor: 'attached' }).catch(e => error = e);
expect(error.message).toBe('options.waitFor is not supported, did you mean options.state?');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@pavelfeldman pavelfeldman merged commit bcce483 into microsoft:master May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants