-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/e2e right panel #213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Feat/e2e right panel #213
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
eslint
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 6 spaces but found 8.
.should('not.exist'); |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 2 spaces but found 4.
🚫 [eslint] <no-trailing-spaces> reported by reviewdog 🐶
Trailing spaces not allowed.
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 2 spaces but found 4.
it('should handle extreme low values', () => { |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
cy.get('#power-input').clear().type('0'); |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
cy.get('#power-input').type('{enter}'); |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
// should have number 1 as the lowest value |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
cy.get('#power-input').should('have.value', '1'); |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
cy.get('.src-web-app-views-beambox-Right-Panels-ConfigPanel-Block-module__warning--aboql') |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 6 spaces but found 8.
.should('be.visible'); |
🚫 [eslint] <no-trailing-spaces> reported by reviewdog 🐶
Trailing spaces not allowed.
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
cy.get('#power-input').clear().type('-1'); |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
cy.get('#power-input').type('{enter}'); |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
cy.get('.src-web-app-views-beambox-Right-Panels-ConfigPanel-Block-module__warning--aboql') |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 6 spaces but found 8.
.should('be.visible'); |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 2 spaces but found 4.
🚫 [eslint] <no-trailing-spaces> reported by reviewdog 🐶
Trailing spaces not allowed.
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 2 spaces but found 4.
it('should handle extreme high values', () => { |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
cy.get('#power-input').clear().type('100'); |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
cy.get('#power-input').type('{enter}'); |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
cy.get('.src-web-app-views-beambox-Right-Panels-ConfigPanel-Block-module__warning--aboql') |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 6 spaces but found 8.
.should('not.exist'); |
🚫 [eslint] <no-trailing-spaces> reported by reviewdog 🐶
Trailing spaces not allowed.
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
cy.get('#power-input').clear().type('1000'); |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
cy.get('#power-input').type('{enter}'); |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
cy.get('.src-web-app-views-beambox-Right-Panels-ConfigPanel-Block-module__warning--aboql') |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 6 spaces but found 8.
.should('not.exist'); |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 2 spaces but found 4.
🚫 [eslint] <no-trailing-spaces> reported by reviewdog 🐶
Trailing spaces not allowed.
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 2 spaces but found 4.
it('should handle non-numeric input', () => { |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
cy.get('#power-input').clear().type('abc'); |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
cy.get('#power-input').type('{enter}'); |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 4 spaces but found 6.
cy.get('#power-input').should('have.value', '15.0'); |
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 2 spaces but found 4.
🚫 [eslint] <@typescript-eslint/indent> reported by reviewdog 🐶
Expected indentation of 0 spaces but found 2.
🚫 [eslint] <eol-last> reported by reviewdog 🐶
Newline required at end of file but not found.
Do not use force on click and type calls
cy.get('span.ant-select-selection-item').click({ multiple: true, force: true }); |
Do not use force on click and type calls
cy.contains('span', 'Save') |
Do not use force on click and type calls
cy.contains('button.ant-btn', 'Confirm') |
🚫 [eslint] <no-trailing-spaces> reported by reviewdog 🐶
Trailing spaces not allowed.
// 'div#toggle_fullcolor_layer' |
🚫 [eslint] <no-trailing-spaces> reported by reviewdog 🐶
Trailing spaces not allowed.
// check exist or not : Switch to single color layer |
🚫 [eslint] <cypress/no-unnecessary-waiting> reported by reviewdog 🐶
Do not wait for arbitrary time periods
cy.wait(1500); |
🚫 [eslint] <eol-last> reported by reviewdog 🐶
Newline required at end of file but not found.
|
||
cy.contains('li[role="menuitem"]', 'Document Settings').click(); | ||
|
||
cy.get('span.ant-select-selection-item').click({ multiple: true, force: true }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not use force on click and type calls
cy.get('span.ant-select-selection-item').click({ multiple: true, force: true }); | ||
cy.contains('.ant-select-item-option-content', 'Ador').click(); | ||
|
||
cy.contains('span', 'Save') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not use force on click and type calls
.should('be.visible') | ||
.click(); | ||
|
||
cy.contains('button.ant-btn', 'Confirm') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not use force on click and type calls
.should('exist', 'Switch to single color layer') | ||
.click(); | ||
|
||
cy.wait(1500); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <cypress/no-unnecessary-waiting> reported by reviewdog 🐶
Do not wait for arbitrary time periods
New Parameter Setting:
Power Input Validation:
Color Layer Toggle: