Feature: Registro Fallido de Admin en Ghost

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
0m 24.859s

Scenario: Usuario se registra sin nombre

Before 0m 3.980s
Given I navigate to page "http://localhost:2368/ghost/#/setup" 0m 6.020s
When I wait for 2 seconds 0m 2.677s
And I enter "Mi Blog Prueba" into element "#blog-title" 0m 2.248s
And I enter "<ADMIN_EMAIL>" into element "#email" 0m 1.457s
And I enter "<ADMIN_PASSWORD>" into element "#password" 0m 1.206s
And I click element "button[type='submit']" 0m 0.720s
And I wait for 2 seconds 0m 1.872s
Then I should see element "#name" with text "Please enter a name." 0m 0.788s
After 0m 3.891s

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_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 "#name" with text "Please enter a name."
After
NO IMAGE AVAILABLE