Route.index e2e path needs time to load results
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
e356dd9e5e
commit
12d6948c0e
|
@ -74,6 +74,7 @@ describe('Route create path', () => {
|
|||
});
|
||||
|
||||
it(`should clone the first route`, async() => {
|
||||
await page.waitForTimeout(1000); // needs time for the index to show all items
|
||||
await page.waitToClick(selectors.routeIndex.firstRouteCheckbox);
|
||||
await page.waitToClick(selectors.routeIndex.cloneButton);
|
||||
await page.waitToClick(selectors.routeIndex.submitClonationButton);
|
||||
|
|
Loading…
Reference in New Issue