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

PRESS2-1485 Cypress Tests for SiteGen Welcome Step #411

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

avneet-raj
Copy link
Contributor

No description provided.

@avneet-raj avneet-raj self-assigned this Jan 12, 2024
@avneet-raj avneet-raj added the Code Review The PR is in Code Review label Jan 12, 2024
@avneet-raj avneet-raj added this to the AI Onboarding v1.0 milestone Jan 12, 2024
.click();
cy.wait(2000);
cy.url().should('not.contain', 'sitegen/step/welcome');
} );
Copy link
Contributor

Choose a reason for hiding this comment

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

Add an assertion to verify if next step is site-detail step or not.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, we don't require this. As, in future, if we have the order changes, the test will start to fail. So, this will be sufficient to test that we jump onto the next step.
We have used the same approach in the earlier onboarding flow also.

@sangeetha-nayak sangeetha-nayak self-requested a review January 12, 2024 10:22
@avneet-raj avneet-raj added Ready to merge The Code Review and QA is done and it can be merged. and removed Code Review The PR is in Code Review labels Jan 12, 2024
@avneet-raj avneet-raj merged commit 0a6e6af into add-site-logo-step-tests Jan 12, 2024
@avneet-raj avneet-raj deleted the add-welcome-step-tests branch January 30, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready to merge The Code Review and QA is done and it can be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants