Update workbench/tests/binary_tests/puppet.test.js

Co-authored-by: Dave Fisher <davemfish@gmail.com>
This commit is contained in:
Emily Soth 2025-05-27 09:45:19 -07:00 committed by GitHub
parent a08d9b555f
commit 75e781cae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ test('Run a real invest model', async () => {
await page.screenshot({ path: `${SCREENSHOT_PREFIX}6-run-canceled.png` });
}, 240000); // >2x the sum of all the max timeouts within this test
test.only('Check local userguide links', async () => {
test('Check local userguide links', async () => {
// On GHA MacOS, we seem to have to wait a long time for the browser
// to be ready. Maybe related to https://github.com/natcap/invest-workbench/issues/158
let i = 0;