Skip to content

Commit

Permalink
test(#35): 🧪 Make test to check rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinc committed Oct 20, 2025
1 parent 23944bf commit d46c7fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cypress/e2e/globeRendering.cy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
describe('Globe Rendering and Interaction Test', () => {
it('Render the globe and test interactions', () => {
cy.visit('http://localhost:5173/#')


cy.get('#potree_render_area canvas[tabindex="2222"]').click();
cy.get('#potree_render_area canvas[tabindex="2222"]').click();
cy.get('#potree_render_area canvas[tabindex="2222"]').click();
})
})

0 comments on commit d46c7fe

Please sign in to comment.