Skip to content

Commit 1941f72

Browse files
Add missing test steps to header upload test
Add steps to uncheck primary name toggle and select profile setup option in the header upload test case. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent cde5c3e commit 1941f72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

e2e/specs/stateless/registerName.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2072,7 +2072,10 @@ test('should change profile submit button text from "Skip profile" to "Next" whe
20722072

20732073
await homePage.searchInput.fill(name)
20742074
await homePage.searchInput.press('Enter')
2075+
2076+
await page.getByTestId('primary-name-toggle').uncheck()
20752077
await page.getByTestId('next-button').click()
2078+
await page.getByText("I'd like to set up my profile first").click()
20762079

20772080
await expect(page.getByTestId('profile-submit-button')).toHaveText('Skip profile')
20782081

0 commit comments

Comments
 (0)