Skip to content

Commit

Permalink
rename PublisherHtmlApplicationA11YTests test class tag name (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdikhashan authored Apr 16, 2024
1 parent 8196767 commit 016af66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import org.junit.jupiter.params.provider.ArgumentsSource

@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
@ExtendWith(SpringExtension::class)
@Tag("playwright")
@Tag("a11ytests")
class PublisherHtmlApplicationA11YTests : E2ETestFixture() {

@LocalServerPort
Expand Down

0 comments on commit 016af66

Please sign in to comment.