Skip to content

Commit

Permalink
change image
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Aug 15, 2024
1 parent 468ba93 commit 196b1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/tests/create-profile.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ test('Create Profile Funnel Basic Flow', async ({ page }) => {
});
});

test('Previously selected values should be kept when going back between steps.', async ({ page }) => {
test('Previously selected values should be kept when going back between steps. ', async ({ page }) => {
await test.step('Set MBTI and move to step 2', async () => {
await page.goto(`/create-profile?${tokenParams}`);

Expand Down

0 comments on commit 196b1b7

Please sign in to comment.