Feature: Registro Exitoso de Admin en Ghost
Scenarios
Chart |
Status Progress |
||||
---|---|---|---|---|---|
1
|
|
||||
Total duration: | |||||
1m 30.574s |
Scenario: Usuario se registra exitosamente y hace log out
Before
0m 3.677s
Given
I navigate to page "http://localhost:2368/ghost/#/setup"
0m 1.522s
When
I wait for 2 seconds
0m 2.135s
And
I enter "Mi Blog Prueba" into element "#blog-title"
0m 1.072s
And
I enter "Admin Prueba" into element "#name"
0m 0.703s
And
I enter "<ADMIN_EMAIL>" into element "#email"
0m 0.482s
And
I enter "<ADMIN_PASSWORD>" into element "#password"
0m 0.400s
And
I click element "button[type='submit']"
0m 1.006s
When
I wait for 5 seconds
0m 5.495s
Then
I should be on the "http://localhost:2368/ghost/#/dashboard" page
0m 0.346s
And
I wait for 5 seconds
0m 5.044s
When
I click element ".gh-user-avatar"
0m 1.366s
And
I click element ".user-menu-signout"
0m 0.705s
And
I wait for 5 seconds
0m 5.596s
Then
I should be on the "http://localhost:2368/ghost/#/signin" page
0m 0.423s
After
0m 0.602s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/setup"
When
I wait for 2 seconds
And
I enter "Mi Blog Prueba" into element "#blog-title"
And
I enter "Admin Prueba" into element "#name"
And
I enter "<ADMIN_EMAIL>" into element "#email"
And
I enter "<ADMIN_PASSWORD>" into element "#password"
And
I click element "button[type='submit']"
When
I wait for 5 seconds
Then
I should be on the "http://localhost:2368/ghost/#/dashboard" page
And
I wait for 5 seconds
When
I click element ".gh-user-avatar"
And
I click element ".user-menu-signout"
And
I wait for 5 seconds
Then
I should be on the "http://localhost:2368/ghost/#/signin" page
After
NO IMAGE AVAILABLE