Feature: Create post only title
Scenarios
Chart |
Status Progress |
||||
---|---|---|---|---|---|
1
|
|
||||
Total duration: | |||||
1m 42.044s |
Scenario: Usuario se loguea exitosamente, crea un post solo titulo y luego hace logout
Before
0m 3.964s
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 1.766s
When
I wait for 2 seconds
0m 2.239s
And
I enter "<ADMIN_EMAIL>" into element "#identification"
0m 1.412s
And
I enter "<ADMIN_PASSWORD>" into element "#password"
0m 0.649s
And
I click element "button[type='submit']"
0m 0.948s
When
I wait for 2 seconds
0m 2.898s
Then
I should be on the "http://localhost:2368/ghost/#/dashboard" page
0m 0.429s
And
I wait for 2 seconds
0m 2.438s
When
I navigate to page "http://localhost:2368/ghost/#/editor/post"
0m 0.859s
And
I wait for 2 seconds
0m 2.652s
And
I enter random text into element "//textarea[@placeholder='Post title']"
0m 0.942s
And
I press Enter
0m 0.820s
And
I wait for 2 seconds
0m 2.852s
And
I click element "//button[@data-test-button='publish-flow']"
0m 0.440s
And
I wait for 2 seconds
0m 2.373s
And
I click element "//button[@data-test-button='continue']"
0m 0.451s
And
I wait for 2 seconds
0m 2.420s
And
I click element "//button[@data-test-button='confirm-publish']"
0m 0.832s
And
I wait for 2 seconds
0m 2.522s
And
I press Esc
0m 0.302s
And
I wait for 2 seconds
0m 2.403s
Then
I should see in parent element ".posts-list" an element with text
0m 0.275s
When
I click element ".gh-user-avatar"
0m 0.435s
And
I click element ".user-menu-signout"
0m 0.717s
And
I wait for 2 seconds
0m 2.734s
Then
I should be on the "http://localhost:2368/ghost/#/signin" page
0m 0.311s
After
0m 0.961s
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 2 seconds
Then
I should be on the "http://localhost:2368/ghost/#/dashboard" page
And
I wait for 2 seconds
When
I navigate to page "http://localhost:2368/ghost/#/editor/post"
And
I wait for 2 seconds
And
I enter random text into element "//textarea[@placeholder='Post title']"
And
I press Enter
And
I wait for 2 seconds
And
I click element "//button[@data-test-button='publish-flow']"
And
I wait for 2 seconds
And
I click element "//button[@data-test-button='continue']"
And
I wait for 2 seconds
And
I click element "//button[@data-test-button='confirm-publish']"
And
I wait for 2 seconds
And
I press Esc
And
I wait for 2 seconds
Then
I should see in parent element ".posts-list" an element with text
When
I click element ".gh-user-avatar"
And
I click element ".user-menu-signout"
And
I wait for 2 seconds
Then
I should be on the "http://localhost:2368/ghost/#/signin" page
After
NO IMAGE AVAILABLE