Skip to content

Commit 7171dc7

Browse files
Merge pull request #15681 from rhamilto/CONSOLE-4850
CONSOLE-4850: update API Explorer to use DataView
2 parents 1fc79ef + e1f17a1 commit 7171dc7

File tree

4 files changed

+432
-204
lines changed

4 files changed

+432
-204
lines changed

frontend/packages/integration-tests-cypress/tests/crud/other-routes.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('Visiting other routes', () => {
4141
},
4242
{
4343
path: '/api-explorer',
44-
waitFor: () => cy.get('[data-ouia-component-type$="TableRow"]').should('be.visible'),
44+
waitFor: () => cy.get('[data-test="data-view-table"]').should('be.visible'),
4545
},
4646
{
4747
path: '/api-resource/ns/default/core~v1~Pod',

0 commit comments

Comments
 (0)