Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganLove committed Mar 3, 2021
1 parent 281fbf9 commit 4c9321f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('Ballot Comparison Failure Cases', () => {
cy.get('input[value="BALLOT_COMPARISON"]').check({ force: true })
cy.findByText("Create Audit").click()
cy.contains("Audit Setup")
cy.viewport(1000,720)
cy.viewport(1000,2000)

// upload invalid jurisdiction filesheet
cy.fixture('CSVs/jurisdiction/sample_jurisdiction_filesheet_jurisdiction_col_error.csv').then(fileContent => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('Ballot Comparison', () => {
cy.get('input[name=auditName]').type(`TestAudit${id}`)
cy.get('input[value="BALLOT_COMPARISON"]').check({ force: true })
cy.findByText("Create Audit").click()
cy.viewport(1000,720)
cy.viewport(1000,2000)
cy.contains("Audit Setup")
cy.fixture('CSVs/jurisdiction/sample_jurisdiction_filesheet.csv').then(fileContent => {
cy.get('input[type="file"]').first().attachFile({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('Ballot Polling', () => {
cy.get('input[value="BALLOT_POLLING"]').check({ force: true })
cy.get('input[value="BRAVO"]').check({ force: true })
cy.findByText('Create Audit').click()
cy.viewport(1000,720)
cy.viewport(1000,2000)
cy.contains('Audit Setup')
})

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('Batch Comparison', () => {
cy.get('input[name=auditName]').type(`TestAudit${id}`)
cy.get('input[value="BATCH_COMPARISON"]').check({ force: true })
cy.findByText("Create Audit").click()
cy.viewport(1000,720)
cy.viewport(1000,2000)
cy.contains("Audit Setup")

// upload invalid jurisdiction filesheet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('Batch Comparison', () => {
cy.get('input[name=auditName]').type(`TestAudit${id}`)
cy.get('input[value="BATCH_COMPARISON"]').check({ force: true })
cy.findByText("Create Audit").click()
cy.viewport(1000,720)
cy.viewport(1000,2000)
cy.contains("Audit Setup")
cy.fixture('CSVs/jurisdiction/sample_jurisdiction_filesheet.csv').then(fileContent => {
cy.get('input[type="file"]').first().attachFile({
Expand Down
1 change: 0 additions & 1 deletion client/cypress/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const parsePdf = async (pdfName) => {
prompt_for_download: false,
directory_upgrade: false,
}
launchOptions.preferences.default['height'] = 1000
}
return launchOptions
})
Expand Down

0 comments on commit 4c9321f

Please sign in to comment.