fix(cypress): fix attribute name

pull/5939/head
Kevin Grossmann 2022-06-15 12:19:07 +02:00 committed by k3yi0
parent 9c7f5599ea
commit c13b598ff7
1 changed files with 2 additions and 3 deletions

View File

@ -106,9 +106,8 @@ describe('query builder', () => {
cy.getByTestID('builder-card--body').within(() => {
cy.get('.dropdown-selected').click()
cy.get('.dropdown-menu').within(() => {
cy.getByTestID('dropdown-item')
.contains('custom')
.click({force: true})
cy.getByTestID('custom-dropdown-item')
.click()
})
cy.get('input').type('13s{enter}')
cy.get('.dropdown-selected').should('contain.text', '13s')