Skip to content

Commit

Permalink
fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Apr 26, 2024
1 parent bcf08f3 commit 96717a7
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 @@ -100,7 +100,7 @@ test('smoke test', async ({ page }) => {
await page.getByRole('button', { name: 'Deploy this version' }).click();
await expect(page.locator('#app')).toContainText('Deploying');
await expect(page.locator('#app')).toContainText('Currently deployed version');
await expect(page.locator('#app')).toContainText('Application upppp to date.');
await expect(page.locator('#app')).toContainText('Application up to date.');
await expect(page.locator('.currentVersion--wrapper')).toContainText('Sequence 1');
await page.getByRole('link', { name: 'Registry settings' }).click();
await page.getByPlaceholder('artifactory.some-big-bank.com').click();
Expand Down

0 comments on commit 96717a7

Please sign in to comment.