Skip to content

Commit

Permalink
chore: increase timeout to 5mins for company name uitest
Browse files Browse the repository at this point in the history
  • Loading branch information
18alantom committed Jun 27, 2023
1 parent 7b29ad4 commit b65ae93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uitest/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const appSourcePath = path.join(root, 'dist_electron', 'build', 'main.js');
test('create new instance', async (t) => {
await window.getByTestId('submit-button').click();
t.equal(
await window.getByTestId('company-name').innerText(),
await window.getByTestId('company-name').innerText({ timeout: 300_000 }),
'Test Company',
'new instance created, company name found in sidebar'
);
Expand Down

0 comments on commit b65ae93

Please sign in to comment.