Skip to content

Commit e8e6bb0

Browse files
committed
fix: fix URL in e2e tests
1 parent de7c8fe commit e8e6bb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cypress/e2e/DataView.spec.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ describe('Test the Data view docs page', () => {
44
const ouiaId = 'LayoutExample';
55
cy.viewport(1400, 2800)
66

7-
cy.visit('http://localhost:8006/extensions/data-view/layout');
7+
cy.visit('http://localhost:8006/extensions/data-view/overview');
88

99
cy.get(`[data-ouia-component-id="${ouiaId}-th-0"]`).scrollIntoView().contains('Repository');
1010
cy.get(`[data-ouia-component-id="${ouiaId}Header-pagination"]`).should('exist');

cypress/e2e/DataViewEvents.spec.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ describe('Test the Data view docs page', () => {
33
it('displays a table and opens detail', () => {
44
const ouiaId = 'ContextExample';
55

6-
cy.visit('http://localhost:8006/extensions/data-view/events-context');
6+
cy.visit('http://localhost:8006/extensions/data-view/overview');
77

88
cy.get(`[data-ouia-component-id="${ouiaId}-th-0"]`).contains('Repositories');
99
cy.get(`[data-ouia-component-id="${ouiaId}-th-4"]`).contains('Last commit');

0 commit comments

Comments
 (0)