Skip to content

Commit

Permalink
Merge pull request #1504 from bcgov/fix/regression-tests
Browse files Browse the repository at this point in the history
AT-related fixes
  • Loading branch information
SodhiA1 authored May 1, 2024
2 parents e5efabd + cc62a8d commit 268396d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<v-col class="d-flex justify-end">
<PrimaryButton
v-if="!isLoading"
id="step-3-next-button-school"
id="step-4-next-button-school"
class="mr-3 mb-3"
icon="mdi-check"
text="Next"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ describe('SDC School Collection View', () => {
navigateToStep3Screen(id);

cy.contains('student2').parents('tr').find('[type="checkbox"]').click();
//cy.get(selectors.studentLevelData.tableResultsSelect).click();
cy.get(selectors.studentLevelData.remove).click();
cy.get(selectors.studentLevelData.removeConfirm).click();

Expand Down
2 changes: 1 addition & 1 deletion tests-e2e/cypress/support/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ export default {
cancelButton: '#cancel',
compareSwitch: '#compare-switch',
collectionSubmission: '#collection-submission',
csvDownloadLink: '#studentsFound > a',
csvDownloadLink: '#studentsFound ~ a',
pdfDownloadLink: '#downloadReport'
},
userActivationPage: {
Expand Down

0 comments on commit 268396d

Please sign in to comment.