Skip to content

Commit 838f0e7

Browse files
committed
test: possibly fix flaky test
1 parent 348c8ac commit 838f0e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/tests/client.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ describe('Client', () => {
5656
expect(page.url()).toContain('/clients');
5757
});
5858
it('has one client (the current session)', async () => {
59+
await page.waitForSelector($table.row(1));
5960
expect(await count(page, $table.rows())).toBe(1);
6061
});
6162
describe('create clients', () => {

0 commit comments

Comments
 (0)