Skip to content

Commit

Permalink
NEXT-37263 - Revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
jozsefdamokos committed Jan 7, 2025
1 parent 911ee4d commit 2761f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/tests/MigrationByUiFlow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test('As a shop owner I want to migrate my data from my old SW5 shop to SW6 via
});

await test.step('Setup connection to local SW5 database', async () => {
await page.getByRole('button', { name: 'Create initia connection' }).click();
await page.getByRole('button', { name: 'Create initial connection' }).click();
await page.getByRole('button', { name: 'Start', exact: true }).click();
await page.getByRole('button', { name: 'Continue' }).click();
await page.getByPlaceholder('Enter name').fill('sw5local');
Expand Down

0 comments on commit 2761f0a

Please sign in to comment.