Skip to content

Commit

Permalink
Update pfbExportTest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
haraprasadj authored Dec 5, 2024
1 parent 905cd5f commit 05debd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suites/portal/pfbExportTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ Scenario('Visit the Explorer page, select a cohort, export to PFB and download t
} else {
I.saveScreenshot('whatTheHellIsGoingOnWithTheNavBar.png');
console.log('WARN: This environment does not have any Explorer or Files button on the navigation bar. This test should not run here');
throw new Error('Test failed: Navigation bar is missing "Explorer" and "Files" buttons.');
I.fail('Test failed: Navigation bar is missing "Explorer" and "Files" buttons.');
}

// Click on the Export to PFB button
Expand Down

0 comments on commit 05debd5

Please sign in to comment.