File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222/.changeset /cost-insights- * @ backstage/silver-lining
2323/.changeset /search- * @ backstage/techdocs-core
2424/.changeset /techdocs- * @ backstage/techdocs-core
25+ /cypress /src /integration /plugins /techdocs.spec.ts @ backstage/techdocs-core
Original file line number Diff line number Diff line change @@ -39,32 +39,32 @@ declare namespace Cypress {
3939 getTechDocsTableOfContents ( ) : Chainable < Element > ;
4040 /**
4141 * Get the TechDocs navigation element
42- * @example cy.getTechDocsShadowRoot
42+ * @example cy.getTechDocsNavigation
4343 */
4444 getTechDocsNavigation ( ) : Chainable < Element > ;
4545 /**
4646 * Mock Techdocs CSS
47- * @example cy.getTechDocsShadowRoot
47+ * @example cy.mockTechDocsCSS
4848 */
4949 mockTechDocsCSS ( ) : Chainable < Element > ;
5050 /**
5151 * Intercept the TechDocs API calls
52- * @example cy.getTechDocsShadowRoot
52+ * @example cy.interceptTechDocsAPICalls
5353 */
5454 interceptTechDocsAPICalls ( ) : Chainable < Element > ;
5555 /**
5656 * Mock SockJS-Node call
57- * @example cy.getTechDocsShadowRoot
57+ * @example cy.mockSockJSNode
5858 */
5959 mockSockJSNode ( ) : Chainable < Element > ;
6060 /**
6161 * Wait TechDocs API response for Backstage home page
62- * @example cy.getTechDocsShadowRoot
62+ * @example cy.waitHomePage
6363 */
6464 waitHomePage ( ) : Chainable < Element > ;
6565 /**
6666 * Wait TechDocs API response for Backstage rodmap page
67- * @example cy.getTechDocsShadowRoot
67+ * @example cy.waitRoadmapPage
6868 */
6969 waitRoadmapPage ( ) : Chainable < Element > ;
7070 }
You can’t perform that action at this time.
0 commit comments