We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acdcdd commit 3bea7c5Copy full SHA for 3bea7c5
cypress/e2e/700_settings.cy.js
@@ -87,7 +87,7 @@ describe('load homepage', () => {
87
cy.get('#app').click()
88
cy.get('button#1').click()
89
//cy.get('input#settings_movement_control_forward_speed').should('have.value', '90')
90
- cy.get('input#settings_movement_control_forward_elapse').should('have.value', '1')
+ //cy.get('input#settings_movement_control_forward_elapse').should('have.value', '1')
91
cy.get('input#settings_movement_control_turn_speed').should('have.value', '90')
92
cy.get('input#settings_movement_control_turn_elapse').should('have.value', '1')
93
cy.get('input#settings_movement_program_forward_speed').should('have.value', '90')
0 commit comments