make check

This commit is contained in:
lee-at-zoo-corp
2025-06-19 18:06:52 -04:00
parent b0ff9d636c
commit eaa52a9b73
7 changed files with 118 additions and 43 deletions

View File

@ -1343,7 +1343,7 @@ test(
await test.step('should be shorted by modified initially', async () => {
const lastModifiedButton = page.getByRole('button', {
name: 'Last Modified',
name: 'Age',
})
await expect(lastModifiedButton).toBeVisible()
await expect(lastModifiedButton.getByLabel('arrow down')).toBeVisible()
@ -1364,7 +1364,7 @@ test(
await test.step('Reverse modified order', async () => {
const lastModifiedButton = page.getByRole('button', {
name: 'Last Modified',
name: 'Age',
})
await lastModifiedButton.click()
await expect(lastModifiedButton).toBeVisible()