Feature: Configuración de Mailgun en Ghost

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 1.783s

Scenario: Usuario se loguea exitosamente, ajusta los parametros de mailgun y luego hace logout

Before 0m 4.101s
Given I navigate to page "http://localhost:2368/ghost/#/signin" 0m 1.387s
When I wait for 2 seconds 0m 2.645s
And I enter "<ADMIN_EMAIL>" into element "#identification" 0m 1.481s
And I enter "<ADMIN_PASSWORD>" into element "#password" 0m 0.790s
And I click element "button[type='submit']" 0m 1.171s
When I wait for 5 seconds 0m 5.567s
Then I should be on the "http://localhost:2368/ghost/#/dashboard" page 0m 0.365s
And I wait for 5 seconds 0m 5.482s
When I navigate to page "http://localhost:2368/ghost/#/settings/mailgun" 0m 0.543s
And I wait for 2 seconds 0m 2.371s
And I click element "//div[@data-testid='mailgun']//button[normalize-space()='Edit']" 0m 1.012s
And I enter "<MAILGUN_EMAIL>" into element "input[name=':r1j:']" 0m 1.367s
And I enter "<MAILGUN_API_KEY>" into element "input[name=':r1l:']" 0m 1.020s
And I click element "//div[@data-testid='mailgun']//div[contains(@class, 'css-cp01gg-control')]" 0m 0.703s
And I wait for 2 seconds 0m 2.717s
And I press Enter 0m 0.551s
And I wait for 2 seconds 0m 2.228s
And I click element "//div[@data-testid='mailgun']//button[normalize-space()='Save']" 0m 0.899s
And I wait for 5 seconds 0m 5.781s
Then I should see "Mailgun is set up" in element "//div[@data-testid='mailgun']" 0m 0.342s
And I wait for 5 seconds 0m 5.464s
And I click element "//*[@data-testid='exit-settings']" 0m 0.643s
And I wait for 5 seconds 0m 5.208s
When I click element ".gh-user-avatar" 0m 0.670s
And I click element ".user-menu-signout" 0m 0.954s
And I wait for 5 seconds 0m 5.015s
Then I should be on the "http://localhost:2368/ghost/#/signin" page 0m 0.603s
After 0m 0.703s

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/mailgun"
And I wait for 2 seconds
And I click element "//div[@data-testid='mailgun']//button[normalize-space()='Edit']"
And I enter "<MAILGUN_EMAIL>" into element "input[name=':r1j:']"
And I enter "<MAILGUN_API_KEY>" into element "input[name=':r1l:']"
And I click element "//div[@data-testid='mailgun']//div[contains(@class, 'css-cp01gg-control')]"
And I wait for 2 seconds
And I press Enter
And I wait for 2 seconds
And I click element "//div[@data-testid='mailgun']//button[normalize-space()='Save']"
And I wait for 5 seconds
Then I should see "Mailgun is set up" in element "//div[@data-testid='mailgun']"
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