Feature: Configuración de Metadata & Description

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 16.157s

Scenario: Usuario se loguea exitosamente, ajusta los parametros del metadata y luego hace logout

Before 0m 3.558s
Given I navigate to page "http://localhost:2368/ghost/#/signin" 0m 1.191s
When I wait for 2 seconds 0m 2.653s
And I enter "<ADMIN_EMAIL>" into element "#identification" 0m 0.622s
And I enter "<ADMIN_PASSWORD>" into element "#password" 0m 0.649s
And I click element "button[type='submit']" 0m 0.944s
When I wait for 5 seconds 0m 5.602s
Then I should be on the "http://localhost:2368/ghost/#/dashboard" page 0m 0.501s
And I wait for 5 seconds 0m 5.570s
When I navigate to page "http://localhost:2368/ghost/#/settings/metadata" 0m 0.499s
And I wait for 2 seconds 0m 3.012s
And I click element "//div[@data-testid='metadata']//button[normalize-space()='Edit']" 0m 0.950s
And I wait for 5 seconds 0m 5.774s
And I enter random text into element "div[data-testid='metadata'] input[type='text']:first-of-type" 0m 1.019s
And I click element "//div[@data-testid='metadata']//button[normalize-space()='Save']" 0m 0.497s
And I wait for 5 seconds 0m 5.131s
Then I should see in parent element "//div[@data-testid='metadata']" an element with text 0m 1.014s
And I wait for 2 seconds 0m 2.578s
And I click element "//div[@data-testid='metadata']//button[normalize-space()='Edit']" 0m 1.471s
And I wait for 5 seconds 0m 5.583s
And I enter random text into element "div[data-testid='metadata'] .flex.flex-col:nth-of-type(2) input[type='text']" 0m 1.631s
And I click element "//div[@data-testid='metadata']//button[normalize-space()='Save']" 0m 0.305s
And I wait for 5 seconds 0m 5.660s
Then I should see in parent element "//div[@data-testid='metadata']" an element with text 0m 0.432s
And I wait for 5 seconds 0m 5.447s
And I click element "//*[@data-testid='exit-settings']" 0m 0.666s
And I wait for 5 seconds 0m 5.296s
When I click element ".gh-user-avatar" 0m 0.973s
And I click element ".user-menu-signout" 0m 0.590s
And I wait for 5 seconds 0m 5.492s
Then I should be on the "http://localhost:2368/ghost/#/signin" page 0m 0.269s
After 0m 0.578s

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/metadata"
And I wait for 2 seconds
And I click element "//div[@data-testid='metadata']//button[normalize-space()='Edit']"
And I wait for 5 seconds
And I enter random text into element "div[data-testid='metadata'] input[type='text']:first-of-type"
And I click element "//div[@data-testid='metadata']//button[normalize-space()='Save']"
And I wait for 5 seconds
Then I should see in parent element "//div[@data-testid='metadata']" an element with text
And I wait for 2 seconds
And I click element "//div[@data-testid='metadata']//button[normalize-space()='Edit']"
And I wait for 5 seconds
And I enter random text into element "div[data-testid='metadata'] .flex.flex-col:nth-of-type(2) input[type='text']"
And I click element "//div[@data-testid='metadata']//button[normalize-space()='Save']"
And I wait for 5 seconds
Then I should see in parent element "//div[@data-testid='metadata']" 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