mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix typos
This commit is contained in:
@@ -9,7 +9,7 @@ export class OnboardingPage extends BaseWebSocketPage {
|
||||
async fillOnboardingInputsStep1() {
|
||||
await this.page.getByText("Personal").click();
|
||||
await this.page.getByText("Select option").click();
|
||||
await this.page.getByText("Product Managment").click();
|
||||
await this.page.getByText("Product Management").click();
|
||||
|
||||
await this.submitButton.click();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user