Skip to content

Commit

Permalink
fix(empty): Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fhlavac committed Sep 19, 2024
1 parent 897c6ea commit c8a08a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/Components.spec.cy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
describe('Test the Data view docs with tree table', () => {

it('displays a a components page with tree table', () => {
const ouiaId = 'TreeTableExample';
const ouiaId = 'DataViewTableTree';

cy.visit('http://localhost:8006/extensions/data-view/components');

Expand Down

0 comments on commit c8a08a2

Please sign in to comment.