Skip to content

Commit

Permalink
fix(test): more robust second test in case first one fails a few times
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Apr 27, 2024
1 parent f116b32 commit acc8ef3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ test('Open form and edit fields, then submit', async (t: TestController) => {
const mainIngress = new MainIngress(fi.mainIngress.heading, 'h1');
await mainIngress.isLoaded();

// Open application list in "received" tab
await t.click('#tab-2-button');

// Open already created application in index page
const applicationLink = Selector('td')
.withText(
Expand Down

0 comments on commit acc8ef3

Please sign in to comment.