Skip to content

Commit

Permalink
update rec model parameter values used in pptr test
Browse files Browse the repository at this point in the history
  • Loading branch information
davemfish committed Aug 9, 2024
1 parent 39efe9c commit 8aa578d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workbench/tests/binary_tests/puppet.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ test('Run a real invest model', async () => {
await aoi.type(TMP_AOI_PATH, { delay: typeDelay });
const startYear = await argsForm.waitForSelector(
'aria/[name="Start Year"][role="textbox"]');
await startYear.type('2008', { delay: typeDelay });
await startYear.type('2012', { delay: typeDelay });
const endYear = await argsForm.waitForSelector(
'aria/[name="End Year"][role="textbox"]');
await endYear.type('2012', { delay: typeDelay });
await endYear.type('2017', { delay: typeDelay });
await page.screenshot({ path: `${SCREENSHOT_PREFIX}4-complete-setup-form.png` });

const sidebar = await page.waitForSelector('.invest-sidebar-col');
Expand Down

0 comments on commit 8aa578d

Please sign in to comment.