Update workbench/tests/binary_tests/puppet.test.js
Co-authored-by: Dave Fisher <davemfish@gmail.com>
This commit is contained in:
parent
a08d9b555f
commit
75e781cae3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue