-
Notifications
You must be signed in to change notification settings - Fork 60.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
23 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,6 @@ survey: | |
additional_feedback: Can you tell us more about your rating? (Optional) | ||
optional: Optional | ||
required: Required | ||
email_placeholder: 'Example: [email protected]' | ||
email_label: Leave your email if we can contact you. (Optional) | ||
email_validation: Please enter a valid email address | ||
send: Send | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,6 @@ survey: | |
additional_feedback: Can you tell us more about your rating? (Optional) | ||
optional: Optional | ||
required: Required | ||
email_placeholder: 'Example: [email protected]' | ||
email_label: Leave your email if we can contact you. (Optional) | ||
email_validation: Please enter a valid email address | ||
send: Send | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,6 @@ survey: | |
comment_no_label: 改善の方法をお知らせください | ||
optional: オプション | ||
required: 必須 | ||
email_placeholder: [email protected] | ||
email_label: さらにお尋ねするためにご連絡してもよろしければ、メール アドレスを入力してください | ||
email_validation: 有効な電子メール アドレスを入力してください | ||
send: Send | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -523,8 +523,8 @@ test.describe('survey', () => { | |
|
||
await page.locator('[for=survey-comment]').click() | ||
await page.locator('[for=survey-comment]').fill('This is a comment') | ||
await page.getByPlaceholder('email@example.com').click() | ||
await page.getByPlaceholder('email@example.com').fill('[email protected]') | ||
await page.locator('[name=survey-email]').click() | ||
await page.locator('[name=survey-email]').fill('[email protected]') | ||
await page.getByRole('button', { name: 'Send' }).click() | ||
// One for the page view event, one for the thumbs up click, one for | ||
// the submission. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters