mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 20:28:01 +03:00
19 lines
500 B
Plaintext
19 lines
500 B
Plaintext
|
- name: Sign up and log in
|
||
|
scenario:
|
||
|
- Load website
|
||
|
- Click: sign-up-link
|
||
|
- Fill form:
|
||
|
id_username: testuser
|
||
|
id_email: testuser@domain.com
|
||
|
id_password1: password
|
||
|
id_password2: password
|
||
|
- Click: sign-up-button
|
||
|
- Wait for email:
|
||
|
containing: Please Confirm Your E-mail Address
|
||
|
- Click on link in last email
|
||
|
- Click: confirm-button
|
||
|
- Fill form:
|
||
|
id_login: testuser
|
||
|
id_password: password
|
||
|
- Click: sign-in-button
|