feat:add style namespace
This commit is contained in:
@@ -45,7 +45,7 @@ describe('控件-列举型', () => {
|
||||
|
||||
cy.get('@canvas').type(`{leftArrow}`)
|
||||
|
||||
cy.get('.select-control-popup li').eq(0).click()
|
||||
cy.get('.ce-select-control-popup li').eq(0).click()
|
||||
|
||||
cy.get('@canvas').type('{ctrl}s')
|
||||
})
|
||||
|
||||
@@ -36,7 +36,7 @@ describe('控件-文本型', () => {
|
||||
|
||||
cy.get('@canvas').type(`{leftArrow}`)
|
||||
|
||||
cy.get('.inputarea').type(text)
|
||||
cy.get('.ce-inputarea').type(text)
|
||||
|
||||
cy.get('@canvas').type('{ctrl}s')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user