test
This commit is contained in:
parent
fca3bdf29f
commit
d79ce01586
@ -45,7 +45,7 @@ for (let i = 0; i < 10; i++) {
|
||||
await h5Page.locator('.bar_item', { hasText: '商城' }).click();
|
||||
await expect(h5Page.locator('.title', { hasText: '商城' })).toBeVisible();
|
||||
await h5Page.locator('.li span', { hasText: '全部' }).click();
|
||||
await h5Page.locator('.p-item').first().click();
|
||||
await h5Page.locator('.p-item').nth(1).click();
|
||||
await h5Page.waitForLoadState();
|
||||
await h5Page.getByText('立即购买').click();
|
||||
await h5Page
|
||||
|
||||
Reference in New Issue
Block a user