Skip to content

Commit

Permalink
APP-2010 Svelte migration base (viamrobotics#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlookpotts authored Jun 14, 2023
1 parent fe976d7 commit ca09119
Show file tree
Hide file tree
Showing 10 changed files with 709 additions and 683 deletions.
3 changes: 1 addition & 2 deletions web/frontend/cypress/e2e/robot-components/base.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ describe('base', () => {
cy.contains('h2', 'test_base').should('exist').click();

// Activate and deactivate keyboard
cy.get('[aria-label="Keyboard Disabled"]').should('exist').click();
cy.get('[aria-label="Keyboard Enabled"]').should('exist').click();
cy.get('[aria-label="Enable keyboard"]').should('exist').click();

// Select camera
cy.get('[aria-label="Refresh frequency for test_camera"]').click();
Expand Down
Loading

0 comments on commit ca09119

Please sign in to comment.