Skip to content

Commit

Permalink
Merge pull request #8491 from qmonmert/fix/lint
Browse files Browse the repository at this point in the history
Fix: lint
  • Loading branch information
murdos authored Jan 1, 2024
2 parents 3f5a44a + 1b56f26 commit c4ab5e0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/test/features/server/springboot/springboot-thymeleaf.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Feature: Spring Boot Thymeleaf module

Scenario: Should apply Thymeleaf Template htmx, alpinejs webjars
When I apply modules to default project
| maven-java |
| spring-boot |
| spring-boot-thymeleaf |
| thymeleaf-template |
| webjars-locator |
| htmx-webjars |
| alpinejs-webjars |
| thymeleaf-template-htmx-webjars |
| maven-java |
| spring-boot |
| spring-boot-thymeleaf |
| thymeleaf-template |
| webjars-locator |
| htmx-webjars |
| alpinejs-webjars |
| thymeleaf-template-htmx-webjars |
| thymeleaf-template-alpinejs-webjars |
Then I should have files in "src/main/resources/templates/layout"
| main.html |
Expand Down

0 comments on commit c4ab5e0

Please sign in to comment.