-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add privacy policy tests (automation suite) (#2378)
* Fix privacy policy test * Remove test.only * Fix store & withdraw flaky issues * Fix flakiness of storelist & singlestore tests * Refactor some methods * Fix a flaky test
- Loading branch information
1 parent
4ce4e2d
commit e73c5df
Showing
14 changed files
with
79 additions
and
64 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
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 |
---|---|---|
|
@@ -7268,10 +7268,10 @@ export const selector = { | |
}, | ||
|
||
storeContactForm: { | ||
storeContactForm: '#dokan-form-contact-seller', | ||
name: '//form[@id="dokan-form-contact-seller"]//input[@placeholder="Your Name"]', | ||
email: '//form[@id="dokan-form-contact-seller"]//input[@placeholder="[email protected]"]', | ||
message: '//form[@id="dokan-form-contact-seller"]//textarea[@name="message"]', | ||
storeContactForm: 'form#dokan-form-contact-seller', | ||
name: 'form#dokan-form-contact-seller input[placeholder="Your Name"]', | ||
email: 'form#dokan-form-contact-seller input[placeholder="[email protected]"]', | ||
message: 'form#dokan-form-contact-seller textarea[name="message"]', | ||
sendMessage: 'input[name="store_message_send"]', | ||
successMessage: 'div.alert.alert-success', | ||
privacyPolicy: 'div.dokan-privacy-policy-text p', | ||
|
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
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
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
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