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(waitUntil): remove waitUntil options from the actions #1834

Merged
merged 1 commit into from Apr 16, 2020

Conversation

pavelfeldman
Copy link
Member

No description provided.

@@ -32,7 +32,7 @@ describe('Auto waiting', () => {
page.click('a').then(() => messages.push('click')),
page.waitForNavigation({ waitUntil: 'domcontentloaded' }).then(() => messages.push('domcontentloaded')),
]);
expect(messages.join('|')).toBe('route|domcontentloaded|click');
expect(messages.join('|')).toBe('route|click|domcontentloaded');
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's change these tests to log 'commit' using the 'framenavigated' event. In the current form they are not testing anything.

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.

None yet

3 participants