chore: attempts to de-flake admin

This commit is contained in:
James
2024-04-05 16:12:49 -04:00
parent 3ee39ecca3
commit 31502d2da3

View File

@@ -1267,9 +1267,14 @@ describe('admin', () => {
const downChevron = page.locator('#heading-number .sort-column__desc')
await upChevron.click()
await wait(300)
await expect(page.locator('.row-1 .cell-number')).toHaveText('1')
await expect(page.locator('.row-2 .cell-number')).toHaveText('2')
await wait(300)
await downChevron.click()
await expect(page.locator('.row-1 .cell-number')).toHaveText('2')
await expect(page.locator('.row-2 .cell-number')).toHaveText('1')