Feature: Registro Fallido de Admin en Ghost

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 43.087s

Scenario: Usuario se registra con password inseguro

Before 0m 23.134s
Given I navigate to page "http://localhost:2368/ghost/#/setup" 0m 9.443s
When I wait for 2 seconds 0m 2.731s
And I enter "Mi Blog Prueba" into element "#blog-title" 0m 1.853s
And I enter "Admin Prueba" into element "#name" 0m 0.991s
And I enter "<ADMIN_EMAIL>" into element "#email" 0m 0.255s
And I enter "<ADMIN_PASSWORD_UNSECURE>" into element "#password" 0m 1.002s
And I click element "button[type='submit']" 0m 0.746s
And I wait for 2 seconds 0m 2.360s
Then I should see element "#password" with text "Sorry, you cannot use an insecure password." 0m 0.463s
After 0m 0.109s

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_UNSECURE>" into element "#password"
And I click element "button[type='submit']"
And I wait for 2 seconds
Then I should see element "#password" with text "Sorry, you cannot use an insecure password."
After
NO IMAGE AVAILABLE