Skip to content

Commit

Permalink
5512: remove comment;
Browse files Browse the repository at this point in the history
  • Loading branch information
nechama-krigsman committed Jul 23, 2024
1 parent b78cc1a commit 159b705
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,10 @@ export function createAndServePaperPetitionMyselfAndSpouse() {
cy.get('[data-testid="tab-irs-notice"] > .button-text').click();
cy.get('[data-testid="case-type-select"]').select('Deficiency');

// ****
cy.get('#upload-mode-upload').click();
cy.get('#petitionFile-file').attachFile('../../helpers/file/sample.pdf');

cy.get('#tabButton-requestForPlaceOfTrialFile > .button-text').click();
// cy.get('#scan-mode-radios').click();
cy.get('#upload-mode-upload').click();
cy.get('#requestForPlaceOfTrialFile-file').attachFile(
'../../helpers/file/sample.pdf',
Expand Down

0 comments on commit 159b705

Please sign in to comment.