From f3366e01577b7270fc69b8b82a3ec97ee10c477a Mon Sep 17 00:00:00 2001 From: Justin Abrahms Date: Tue, 15 Mar 2016 13:06:58 -0400 Subject: [PATCH] Selenium-IDE script for validating user signup --- README.rst | 2 ++ selenium_ide/post-deploy-checklist | 51 ++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 selenium_ide/post-deploy-checklist diff --git a/README.rst b/README.rst index 28e5a7e4..101fdb26 100644 --- a/README.rst +++ b/README.rst @@ -4,3 +4,5 @@ StarCellBio Getting started? Check out the `Developer's Guide `_. Curious about architecture? Try `this document `_. + +If you want to run the selenium ide scripts, you'll need to `get selenium-ide firefox plugin `. From there, you can load the cases in the selenium_ide directory and run them. diff --git a/selenium_ide/post-deploy-checklist b/selenium_ide/post-deploy-checklist new file mode 100644 index 00000000..aa76508b --- /dev/null +++ b/selenium_ide/post-deploy-checklist @@ -0,0 +1,51 @@ + + + + + + +post-deploy-checklist + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
post-deploy-checklist
open/accounts/signup/
clickid=id_account_type_0
typeid=id_emailjavascript{"test-user" + (new Date).getTime() + "@example.com"}
typeid=id_password1asdfasdf
typeid=id_password2asdfasdf
typeid=id_course_codeusability
clickcss=button.primaryAction.auth_submit_button
+ +