refactor se-list and se-list-item (#827)
This commit is contained in:
@@ -94,8 +94,8 @@ describe('use all parts of svg-edit', function () {
|
||||
})
|
||||
it('check tool_star_align_to_page', function () {
|
||||
cy.get('#svg_1').click({ force: true })
|
||||
cy.get('#tool_position').shadow().find('elix-dropdown-list').eq(0).invoke('attr', 'opened', 'opened')
|
||||
cy.get('#tool_position').find('se-list-item').eq(0).shadow().find('elix-option').eq(0)
|
||||
cy.get('#tool_position').shadow().find('#select-container').eq(0).click({ force: true })
|
||||
cy.get('#tool_position').find('se-list-item').eq(2).shadow().find('[aria-label="option"]').eq(0)
|
||||
.click({ force: true })
|
||||
testSnapshot()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user