chore: fix community e2e test (#9187)
This commit is contained in:
@@ -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')
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user