Skip to content

Commit

Permalink
use old fsapi version of export file for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Nov 20, 2024
1 parent 652c41f commit 6045524
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion electron/ui/cypress/e2e/FlowsheetTesting.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ describe('WaterTAP UI Testing', () => {

it('tests new flowsheet', () => {
let modelFile = "https://drive.google.com/uc?export=download&id=1XdjuWNpYT9teZxaF8TuwDz0XS2XyXKeT"
let exportFile = "https://drive.google.com/uc?export=download&id=1-jWQmI4wO2OlyUi32fqobFEmPn3zm9Q9"
// let exportFile = "https://drive.google.com/uc?export=download&id=1-jWQmI4wO2OlyUi32fqobFEmPn3zm9Q9"
let exportFile = "https://drive.google.com/uc?export=download&id=1_KtDRLSQeyKoQ3rH-4kNuxpvuQVuhQCu"
cy.load_flowsheets_list()
cy.screenshot('loaded flowsheet list page')

Expand Down

0 comments on commit 6045524

Please sign in to comment.