|
|
|
@ -22,7 +22,9 @@ describe('Variables - Load options from Url', () => { |
|
|
|
|
cy.get('input').click(); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
e2e.components.Select.option().parent().should('have.length', 9); |
|
|
|
|
e2e.components.Select.option().parent().should('have.length', 10); |
|
|
|
|
|
|
|
|
|
e2e.components.Select.toggleAllOptions().should('have.text', 'Selected (1)'); |
|
|
|
|
|
|
|
|
|
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownOptionTexts('All').should('be.visible'); |
|
|
|
|
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownOptionTexts('A').should('be.visible'); |
|
|
|
@ -37,7 +39,9 @@ describe('Variables - Load options from Url', () => { |
|
|
|
|
cy.get('input').click(); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
e2e.components.Select.option().parent().should('have.length', 9); |
|
|
|
|
e2e.components.Select.option().parent().should('have.length', 10); |
|
|
|
|
|
|
|
|
|
e2e.components.Select.toggleAllOptions().should('have.text', 'Selected (1)'); |
|
|
|
|
|
|
|
|
|
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownOptionTexts('All').should('be.visible'); |
|
|
|
|
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownOptionTexts('AA').should('be.visible'); |
|
|
|
@ -52,7 +56,9 @@ describe('Variables - Load options from Url', () => { |
|
|
|
|
cy.get('input').click(); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
e2e.components.Select.option().parent().should('have.length', 9); |
|
|
|
|
e2e.components.Select.option().parent().should('have.length', 10); |
|
|
|
|
|
|
|
|
|
e2e.components.Select.toggleAllOptions().should('have.text', 'Selected (1)'); |
|
|
|
|
|
|
|
|
|
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownOptionTexts('All').should('be.visible'); |
|
|
|
|
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownOptionTexts('AAA').should('be.visible'); |
|
|
|
@ -75,7 +81,9 @@ describe('Variables - Load options from Url', () => { |
|
|
|
|
cy.get('input').click(); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
e2e.components.Select.option().parent().should('have.length', 9); |
|
|
|
|
e2e.components.Select.option().parent().should('have.length', 10); |
|
|
|
|
|
|
|
|
|
e2e.components.Select.toggleAllOptions().should('have.text', 'Selected (1)'); |
|
|
|
|
|
|
|
|
|
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownOptionTexts('All').should('be.visible'); |
|
|
|
|
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownOptionTexts('A').should('be.visible'); |
|
|
|
@ -90,7 +98,9 @@ describe('Variables - Load options from Url', () => { |
|
|
|
|
cy.get('input').click(); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
e2e.components.Select.option().parent().should('have.length', 9); |
|
|
|
|
e2e.components.Select.option().parent().should('have.length', 10); |
|
|
|
|
|
|
|
|
|
e2e.components.Select.toggleAllOptions().should('have.text', 'Selected (1)'); |
|
|
|
|
|
|
|
|
|
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownOptionTexts('All').should('be.visible'); |
|
|
|
|
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownOptionTexts('BA').should('be.visible'); |
|
|
|
@ -105,7 +115,9 @@ describe('Variables - Load options from Url', () => { |
|
|
|
|
cy.get('input').click(); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
e2e.components.Select.option().parent().should('have.length', 9); |
|
|
|
|
e2e.components.Select.option().parent().should('have.length', 10); |
|
|
|
|
|
|
|
|
|
e2e.components.Select.toggleAllOptions().should('have.text', 'Selected (1)'); |
|
|
|
|
|
|
|
|
|
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownOptionTexts('All').should('be.visible'); |
|
|
|
|
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownOptionTexts('BBA').should('be.visible'); |
|
|
|
@ -139,7 +151,9 @@ describe('Variables - Load options from Url', () => { |
|
|
|
|
cy.get('input').click(); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
e2e.components.Select.option().parent().should('have.length', 9); |
|
|
|
|
e2e.components.Select.option().parent().should('have.length', 10); |
|
|
|
|
|
|
|
|
|
e2e.components.Select.toggleAllOptions().should('have.text', 'Selected (1)'); |
|
|
|
|
|
|
|
|
|
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownOptionTexts('All').should('be.visible'); |
|
|
|
|
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownOptionTexts('A').should('be.visible'); |
|
|
|
|