Skip to content

Commit

Permalink
Sample failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Dec 15, 2023
1 parent 4bea932 commit b656874
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<serenity.version>4.0.27</serenity.version>
<serenity.version>4.0.30-SNAPSHOT</serenity.version>
<encoding>UTF-8</encoding>
<serenity.test.root></serenity.test.root>
<tags></tags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: Completing todos

Scenario: Mark a task as completed
Given that Jane has a todo list containing Buy some milk, Walk the dog
When she completes the task called "Walk the dog"
When she completes the task called "Walk the dogs"
And she filters her list to show only Completed tasks
Then her todo list should contain Walk the dog

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: Filtering todos
@current
Scenario Outline: Viewing the items by status
Given that Jane has a todo list containing <tasks>
And she completes the task called "Walk the dog"
And she completes the task called "Walk the dogs"
When she filters her list to show only <filter> tasks
Then the current filter should be <filter>
And her todo list should contain <expected>
Expand Down

0 comments on commit b656874

Please sign in to comment.