Feature: Registro Fallido de Admin en Ghost

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
0m 29.071s

Scenario: Usuario se registra sin Site Title

Before 0m 9.475s
Given I navigate to page "http://localhost:2368/ghost/#/setup" 0m 8.538s
When I wait for 2 seconds 0m 2.441s
And I enter "Admin Prueba" into element "#name" 0m 1.363s
And I enter "<ADMIN_EMAIL>" into element "#email" 0m 1.212s
And I enter "<ADMIN_PASSWORD>" into element "#password" 0m 0.540s
And I click element "button[type='submit']" 0m 0.996s
And I wait for 2 seconds 0m 2.679s
Then I should see element "#blog-title" with text "Please enter a site title." 0m 0.427s
After 0m 1.400s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "http://localhost:2368/ghost/#/setup"
When I wait for 2 seconds
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']"
And I wait for 2 seconds
Then I should see element "#blog-title" with text "Please enter a site title."
After
NO IMAGE AVAILABLE