Remove remnant css classes

This commit is contained in:
shamoon
2024-01-15 16:32:11 -08:00
parent bdcb9bf68c
commit 82367d7705
12 changed files with 17 additions and 21 deletions

View File

@@ -131,7 +131,7 @@ test('sorting', async ({ page }) => {
await page.getByRole('button', { name: 'Notes' }).click()
await expect(page).toHaveURL(/sort=num_notes/)
await page.getByRole('button', { name: 'Sort' }).click()
await page.locator('.w-100 > label > .toolbaricon').first().click()
await page.locator('.w-100 > label > i-bs').first().click()
await expect(page).not.toHaveURL(/reverse=1/)
})