chore: fix community e2e test (#9187)

This commit is contained in:
Dan Ribbens
2024-11-13 15:47:45 -05:00
committed by GitHub
parent de52490a98
commit afd69c4d54

View File

@@ -31,7 +31,7 @@ test.describe('Admin Panel', () => {
test('example test', async () => {
await page.goto(url.list)
const textCell = page.locator('.row-1 .cell-text')
const textCell = page.locator('.row-1 .cell-title')
await expect(textCell).toHaveText('example post')
})
})