playwright: fix lestlistview

This commit is contained in:
oat 2023-12-06 11:21:13 +07:00
parent cf9632e846
commit 14523c97f4

View file

@ -41,7 +41,7 @@ test('Create Drawer', async () => {
})
test('Go into Drawer', async () => {
await page.click("(//td[@class='q-td'])[2]")
await page.click("//table[@class='q-table']/tbody[1]/tr[1]/td[1]")
})
test('Create Folder', async () => {