Skip to content

Commit

Permalink
replaced old workbook versions, edit workbook.js (#1810)
Browse files Browse the repository at this point in the history
* replaced old workbook versions, edit workbook.js

* Set default values for GHA

---------

Co-authored-by: Alex Steel <[email protected]>
  • Loading branch information
Edward Zapata and asteel-gsa authored Aug 16, 2023
1 parent 603028d commit 8816f5b
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ on:
description: "Base URL for Cypress"
required: true
type: string
default: "https://fac-staging.app.cloud.gov"
environment:
required: true
type: string
default: "staging"
workflow_call:
inputs:
url:
Expand Down
Binary file not shown.
Binary file modified backend/cypress/fixtures/corrective-action-plan-UPDATE.xlsx
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed backend/cypress/fixtures/findings-text-UPDATE.xlsx
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions backend/cypress/support/workbook-uploads.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ export function testWorkbookFederalAwards(intercept = true) {
testWorkbookUpload(
'/audit/excel/federal-awards-expended/*',
'#file-input-federal-awards-xlsx',
'federal-awards-expended-PASS.xlsx'
'federal-awards-UPDATE.xlsx'
);
}

export function testWorkbookFindingsUniformGuidance(intercept = true) {
testWorkbookUpload(
'/audit/excel/findings-uniform-guidance/',
'#file-input-audit-findings-xlsx',
'findings-uniform-guidance-UPDATE.xlsx'
'federal-awards-audit-findings-UPDATE.xlsx'
)
}

export function testWorkbookFindingsText(intercept = true) {
testWorkbookUpload(
'/audit/excel/findings-text/',
'#file-input-audit-findings-text-xlsx',
'findings-text-UPDATE.xlsx'
'audit-findings-text-UPDATE.xlsx'
)
}

Expand Down

0 comments on commit 8816f5b

Please sign in to comment.