We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b3409 commit fa52851Copy full SHA for fa52851
protocol-designer/cypress/support/MixSteps.ts
@@ -106,8 +106,8 @@ enum MixLocators {
106
PosFromBottom = '[id="TipPositionField_mix_touchTip_mmFromBottom"]',
107
RenameBtn = 'button:contains("Rename")',
108
StepNameInput = '[class="InputField__StyledInput-sc-1gyyvht-0 cLVzBl"]',
109
- StepNotesInput = '[class="TextAreaField__StyledTextArea-sc-ug50vm-0 fSXuLe"]',
110
- // StepNotesInput = '[data-testid="TextAreaField_step_notes"]',
+ // StepNotesInput = '[class="TextAreaField__StyledTextArea-sc-1mhuse7-0 hpcyEZ"]',
+ StepNotesInput = '[data-testid="TextAreaField"]',
111
PosFromTop = '[data-testid="TipPositionField_mix_touchTip_mmFromTop"]',
112
}
113
0 commit comments