Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tests for creating a new site, launching the editor, and editing a page #2053

Open
perzeababa opened this issue Apr 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@perzeababa
Copy link
Collaborator

Scenario: Create a new site

Given I am on a terminal window
When following the Getting Started Guide for creating a new site
Then a new site should be created with the given details

Scenario: Launch the editor

Given I am on a terminal window
When following the getting started guide for launching the editor
Then the editor should load

Scenario: Edit a page

Given I am on the bodiless editor
When I Edit a page
And I make changes
And I save my changes
Then the changes should be applied to the page
And I should see a success message confirming the changes

@perzeababa perzeababa added the enhancement New feature or request label Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant