forked from trent_larson/crowd-funder-for-time-pwa
Simplify
This commit is contained in:
@@ -5,7 +5,7 @@ test('test', async ({ page }) => {
|
||||
await page.goto('https://test.timesafari.app/');
|
||||
|
||||
// Check that initial 10 activities have been loaded
|
||||
await expect(page.locator('li:nth-child(10)')).toBeVisible();
|
||||
await page.locator('li:nth-child(10)');
|
||||
|
||||
// Scroll down a bit to trigger loading additional activities
|
||||
await page.locator('li:nth-child(50)').scrollIntoViewIfNeeded();
|
||||
|
||||
Reference in New Issue
Block a user