Skip to content

Commit

Permalink
more time for registry settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Apr 25, 2024
1 parent 78592b6 commit 9c3e349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/playwright/tests/smoke-test/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ test('smoke test', async ({ page }) => {
await expect(page.getByRole('button', { name: 'Save changes' })).toBeDisabled();
await expect(page.locator('.Loader')).toBeVisible();
await expect(page.locator('#app')).toContainText('Writing manifest to image destination', { timeout: 30000 });
await expect(page.getByRole('button', { name: 'Save changes' })).toBeEnabled({ timeout: 30000 });
await expect(page.getByRole('button', { name: 'Save changes' })).toBeEnabled({ timeout: 60000 });
await expect(page.locator('.Loader')).not.toBeVisible();
await page.getByRole('link', { name: 'Version history' }).click();
await expect(page.locator('#app')).toContainText('Registry Change');
Expand Down

0 comments on commit 9c3e349

Please sign in to comment.