PromucFlow_constructor/app/client/cypress/locators/SignupPage.json
Pranav Kanade b261efc511
fix: skip bot comment when user skips comments tour (#7693)
* setup for skipping the bot comments if user skips the comments tour

* Using the onboarding status api

* removed comments

* fixed typos

* added test cases

* small fixes

* updated the tests

* minor update to a test case
2021-10-01 21:55:55 +05:30

6 lines
117 B
JSON

{
"username":"input[name='email']",
"password":"input[name='password']",
"submitBtn":"button[type='submit']"
}