Skip to content

Commit

Permalink
test: add open api documentation test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanchen committed Sep 12, 2024
1 parent e8739ac commit aff5d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/e2e/tests/openApiDocumentation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ test('Open API Documentation test', { tag: ["@26611999"] }, async ({ workbox })
// wait API Center extension installed on VS Code.
expect(await VscodeOperator.isSideTabItemExist(workbox, "API Center")).toBeTruthy();
await VscodeOperator.activeSideTab(workbox, VSCode.TAB_API_CENTER, Timeout.PREPARE_EXT);
await workbox.waitForTimeout(Timeout.PREPARE_EXT);

//expand and validate tree items
await VscodeOperator.clickTreeItemChildLinkByText(workbox, "Teams Cloud - E2E Testing with TTL = 1 Days", "Teams Cloud - E2E Testing with TTL = 1 Days");
Expand Down

0 comments on commit aff5d01

Please sign in to comment.