Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api(waitForSelector): make "state: visible" default, includes rename #2091

Merged
merged 1 commit into from
May 4, 2020

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