Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into bugfix/RTD-pip-inst…
Browse files Browse the repository at this point in the history
…alls
  • Loading branch information
davemfish committed May 10, 2024
2 parents 4910dec + 807a503 commit 1079f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench/tests/renderer/downloadmodal.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('Sample Data Download Form', () => {
});

test('Modal does not display when app has been run before', async () => {
const { findByText, queryByText } = render(<App isFirstRun />);
const { findByText, queryByText } = render(<App />);
await findByText('InVEST'); // wait for page to load before querying
const modalTitle = queryByText('Download InVEST sample data');
expect(modalTitle).toBeNull();
Expand Down

0 comments on commit 1079f88

Please sign in to comment.