mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
let quarkus generate the documentation
This commit is contained in:
@@ -20,8 +20,8 @@ class DocumentationIT {
|
||||
@Test
|
||||
void documentationAvailable() {
|
||||
Page page = context.newPage();
|
||||
page.navigate("http://localhost:8085/#/api");
|
||||
PlaywrightAssertions.assertThat(page.getByText("Download OpenAPI specification:")).isVisible();
|
||||
page.navigate("http://localhost:8085/api-documentation");
|
||||
PlaywrightAssertions.assertThat(page.getByText("CommaFeed API 1.0.0 OAS")).isVisible();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user