Feature: Registro Fallido de Admin en Ghost
Scenarios
Chart |
Status Progress |
||||
---|---|---|---|---|---|
1
|
|
||||
Total duration: | |||||
1m 39.006s |
Scenario: Usuario se registra con password corto
Before
0m 18.619s
Given
I navigate to page "http://localhost:2368/ghost/#/setup"
0m 7.241s
When
I wait for 2 seconds
0m 3.103s
And
I enter "Mi Blog Prueba" into element "#blog-title"
0m 0.699s
And
I enter "Admin Prueba" into element "#name"
0m 1.272s
And
I enter "<ADMIN_EMAIL>" into element "#email"
0m 1.306s
And
I enter "<ADMIN_PASSWORD_SHORT>" into element "#password"
0m 0.412s
And
I click element "button[type='submit']"
0m 0.771s
And
I wait for 2 seconds
0m 2.226s
Then
I should see element "#password" with text "Password must be at least 10 characters long."
0m 0.472s
After
0m 2.885s
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_SHORT>" into element "#password"
And
I click element "button[type='submit']"
And
I wait for 2 seconds
Then
I should see element "#password" with text "Password must be at least 10 characters long."
After
NO IMAGE AVAILABLE