Skip to content

Commit

Permalink
Update readability_guide.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
incident-recipient authored Feb 21, 2025
1 parent ed25d53 commit e0b27d5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions documentation/readability_guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@ Scenario: A good scenario
Given the user access My Appplication
And the user views account details # Note navigation can be combined into this step along with the click
When the user selects the project type dropdown
And the user types "My Project" into the field
When the user creates a project with the following details:
"""
Name: My Project
Meme: Some Memo
Memo: Some Memo
"""
Then the project is created
And the user can find the project and view the details
Expand Down

0 comments on commit e0b27d5

Please sign in to comment.