Skip to content

Commit

Permalink
Merge pull request #8466 from murdos/upgrade-prettier-plugin-gherkin
Browse files Browse the repository at this point in the history
Upgrade prettier-plugin-gherkin to 2.2.1
  • Loading branch information
murdos authored Dec 28, 2023
2 parents 150b633 + 25710a0 commit 47c4ffb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 17 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"lint-staged": "15.2.0",
"postcss-scss": "4.0.9",
"prettier": "3.1.1",
"prettier-plugin-gherkin": "2.1.1",
"prettier-plugin-gherkin": "2.2.1",
"prettier-plugin-java": "2.5.0",
"prettier-plugin-packagejson": "2.4.8",
"pug-lint": "2.7.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"node": "20.10.0",
"npm": "10.2.5",
"prettier": "3.1.1",
"prettier-plugin-gherkin": "2.1.1",
"prettier-plugin-gherkin": "2.2.1",
"prettier-plugin-java": "2.5.0",
"prettier-plugin-packagejson": "2.4.8",
"ts-jest": "29.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ Feature: Beers catalog

Scenario: Should not add beer as user
Given I am logged in as "user"

When I add beer to catalog
| Name | Cloak of feathers |
| Unit price | 8.53 |
Then I should be forbidden

Scenario: Should add beer to catalog
Given I am logged in as "admin"

When I add beer to catalog
| Name | Cloak of feathers |
| Unit price | 8.53 |
Expand All @@ -23,7 +21,6 @@ Feature: Beers catalog
And I add beer to catalog
| Name | Cloak of feathers |
| Unit price | 8.53 |

When I am logged in as "user"
And I remove the created beer from the catalog
Then I should be forbidden
Expand All @@ -36,7 +33,6 @@ Feature: Beers catalog
And I add beer to catalog
| Name | Ante meridium |
| Unit price | 5.46 |

When I remove the created beer from the catalog
Then I should have beers catalog
| Name | Unit price |
Expand Down
1 change: 0 additions & 1 deletion src/test/features/client/vue.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ Feature: Vue.js modules

Scenario: Should apply pinia module
Given I apply "vue-core" module to default project with package json without parameters

When I apply "vue-pinia" module without parameters to last project
Then I should have "import piniaPersist from 'pinia-plugin-persist'" in "src/main/webapp/app/main.ts"
3 changes: 0 additions & 3 deletions src/test/features/statistics.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Feature: application statistics
Scenario: Should have 1 applied module
Given I apply "init" module to default project
| projectName | Test project |

When I get statistics
Then I should have statistics
| Applied modules | 1 |
Expand All @@ -13,7 +12,6 @@ Feature: application statistics
| maven-java |
| spring-boot |
| mariadb |

When I get statistics
Then I should have statistics
| Applied modules | 3 |
Expand All @@ -23,7 +21,6 @@ Feature: application statistics
| maven-java |
| spring-boot |
| mariadb |

When I get statistics with criteria
| startTime | |
| endTime | |
Expand Down

0 comments on commit 47c4ffb

Please sign in to comment.