-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Jetpack E2E: remove Jumpstart #34401
Conversation
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@simison These changes look good to me 👍 Affected test is passing, and failed tests don't seem related.
step( 'Is redirected back to the Jetpack dashboard with Jumpstart displayed', async function() { | ||
return await this.wpAdminJetpack.jumpstartDisplayed(); | ||
step( 'Can then see the Jetpack plan page in Calypso', async function() { | ||
return await PlansPage.Expect( driver ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This flow would then continue with onboarding checklist and returning to WP admin, but I'd rather PR those tests separately since it's a lot more work.
Changes proposed in this Pull Request
Jumpstart was removed in Automattic/jetpack#12747
Testing instructions
N/A