We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348c8ac commit 838f0e7Copy full SHA for 838f0e7
ui/src/tests/client.test.ts
@@ -56,6 +56,7 @@ describe('Client', () => {
56
expect(page.url()).toContain('/clients');
57
});
58
it('has one client (the current session)', async () => {
59
+ await page.waitForSelector($table.row(1));
60
expect(await count(page, $table.rows())).toBe(1);
61
62
describe('create clients', () => {
0 commit comments