Chore: Migrate more SCSS styles (#88780)

* remove animations mixins

* move drop and drop-element to angular file

* migrate submenu scss
This commit is contained in:
Ashley Harrison
2024-06-10 16:10:54 +01:00
committed by GitHub
parent 5f4d07bb75
commit 06c30ee165
13 changed files with 490 additions and 474 deletions

View File

@@ -108,7 +108,7 @@ describe('Variables - Query - Add variable', () => {
.should('have.length', 4)
.eq(3)
.within(() => {
cy.get('.variable-link-wrapper').should('be.visible').click();
e2e.components.Variables.variableLinkWrapper().should('be.visible').click();
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownDropDown()
.should('be.visible')
.within(() => {
@@ -168,7 +168,7 @@ describe('Variables - Query - Add variable', () => {
.should('have.length', 4)
.eq(3)
.within(() => {
cy.get('.variable-link-wrapper').should('be.visible').click();
e2e.components.Variables.variableLinkWrapper().should('be.visible').click();
e2e.pages.Dashboard.SubMenu.submenuItemValueDropDownDropDown()
.should('be.visible')
.within(() => {