mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user