Feature: Configuración de Site title & Description

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 16.657s

Scenario: Usuario se loguea exitosamente, ajusta los parametros de Title $ description y luego hace logout

Before 0m 4.435s
Given I navigate to page "http://localhost:2368/ghost/#/signin" 0m 2.134s
When I wait for 2 seconds 0m 2.375s
And I enter "<ADMIN_EMAIL>" into element "#identification" 0m 0.967s
And I enter "<ADMIN_PASSWORD>" into element "#password" 0m 0.674s
And I click element "button[type='submit']" 0m 1.100s
When I wait for 5 seconds 0m 6.106s
Then I should be on the "http://localhost:2368/ghost/#/dashboard" page 0m 0.342s
And I wait for 5 seconds 0m 4.903s
When I navigate to page "http://localhost:2368/ghost/#/settings/general" 0m 0.622s
And I wait for 2 seconds 0m 2.436s
And I click element "//div[@data-testid='title-and-description']//button[normalize-space()='Edit']" 0m 0.632s
And I wait for 5 seconds 0m 5.153s
And I enter random text into element "div[data-testid='title-and-description'] input[placeholder='Site title']" 0m 1.409s
And I click element "//div[@data-testid='title-and-description']//button[normalize-space()='Save']" 0m 0.647s
And I wait for 5 seconds 0m 5.763s
Then I should see in parent element "//div[@data-testid='title-and-description']" an element with text 0m 0.338s
And I wait for 2 seconds 0m 2.735s
And I click element "//div[@data-testid='title-and-description']//button[normalize-space()='Edit']" 0m 0.654s
And I wait for 5 seconds 0m 5.164s
And I enter random text into element "div[data-testid='title-and-description'] input[placeholder='Site description']" 0m 1.308s
And I click element "//div[@data-testid='title-and-description']//button[normalize-space()='Save']" 0m 1.089s
And I wait for 5 seconds 0m 5.208s
Then I should see in parent element "//div[@data-testid='title-and-description']" an element with text 0m 0.387s
And I wait for 5 seconds 0m 5.456s
And I click element "//*[@data-testid='exit-settings']" 0m 0.445s
And I wait for 5 seconds 0m 5.530s
When I click element ".gh-user-avatar" 0m 0.883s
And I click element ".user-menu-signout" 0m 1.095s
And I wait for 5 seconds 0m 5.634s
Then I should be on the "http://localhost:2368/ghost/#/signin" page 0m 0.333s
After 0m 0.700s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "http://localhost:2368/ghost/#/signin"
When I wait for 2 seconds
And I enter "<ADMIN_EMAIL>" into element "#identification"
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 navigate to page "http://localhost:2368/ghost/#/settings/general"
And I wait for 2 seconds
And I click element "//div[@data-testid='title-and-description']//button[normalize-space()='Edit']"
And I wait for 5 seconds
And I enter random text into element "div[data-testid='title-and-description'] input[placeholder='Site title']"
And I click element "//div[@data-testid='title-and-description']//button[normalize-space()='Save']"
And I wait for 5 seconds
Then I should see in parent element "//div[@data-testid='title-and-description']" an element with text
And I wait for 2 seconds
And I click element "//div[@data-testid='title-and-description']//button[normalize-space()='Edit']"
And I wait for 5 seconds
And I enter random text into element "div[data-testid='title-and-description'] input[placeholder='Site description']"
And I click element "//div[@data-testid='title-and-description']//button[normalize-space()='Save']"
And I wait for 5 seconds
Then I should see in parent element "//div[@data-testid='title-and-description']" an element with text
And I wait for 5 seconds
And I click element "//*[@data-testid='exit-settings']"
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