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

Fixes based on regression test results #1278

Merged
merged 3 commits into from
Jan 11, 2024
Merged

Fixes based on regression test results #1278

merged 3 commits into from
Jan 11, 2024

Conversation

eckermania
Copy link
Contributor

No description provided.

cy.get(selectors.schoolDetails.schoolDetailsEmail).type('fake@gmail.com');
cy.get(selectors.schoolDetails.schoolDetailsPhoneNumber).type('1234567890');
cy.get(selectors.schoolDetails.saveButton).click();
cy.get(selectors.schoolDetails.resolveBtn).click();
Copy link
Contributor

Choose a reason for hiding this comment

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

How come the step 4 test lines 34 - 42 were removed?

Copy link
Contributor

Choose a reason for hiding this comment

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

All good.


// Step three should be disabled
cy.get(selectors.studentLevelData.stepThree).should('exist').should('not.be.enabled');

Copy link
Contributor

Choose a reason for hiding this comment

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

could we just comment these steps out instead of deleting them? I need to fix this flow anyhow.

@SoLetsDev SoLetsDev merged commit 5af0e42 into master Jan 11, 2024
@SoLetsDev SoLetsDev deleted the edx-2092-2 branch January 11, 2024 23:47
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.

2 participants