Fix wrong text editor picked

This commit is contained in:
MartinBraquet
2026-03-29 20:29:17 +02:00
parent 8a7d2120c4
commit b1efd042cf

View File

@@ -4,15 +4,15 @@ import {
DietTuple,
EducationTuple,
EthnicityTuple,
GenderTuple,
InterestedInGenderTuple,
LanguageTuple,
PersonalityKey,
PoliticalTuple,
RelationshipStatusTuple,
RelationshipStyleTuple,
ReligionTuple,
GenderTuple,
InterestedInGenderTuple,
} from '../../../../common/src/choices'
} from 'common/choices'
export type ChildrenExpectation =
| ['Strongly against', 0]
@@ -107,7 +107,7 @@ export class SignUpPage {
this.usernameField = page.getByPlaceholder('Username')
this.usernameError = page.getByTestId('signup-username')
this.nextButton = page.getByRole('button', {name: 'Next', exact: true})
this.bioField = page.locator('.tiptap')
this.bioField = page.locator('h3:has-text("Bio") ~ * .tiptap')
this.locationField = page.getByPlaceholder('Search city...')
this.headlineField = page.getByTestId('headline')
this.keywordsField = page.getByTestId('keywords')