test: change custom keyword for slider creation (#3333)

pull/3743/head
Ryan Cohen 1 year ago committed by Mike Kao
parent 08d448baa1
commit f3dee57542

@ -96,7 +96,7 @@ describe('Discover Customization', () => {
.should('be.disabled');
cy.get('#data').clear();
cy.get('#data').type('time travel{enter}', { delay: 100 });
cy.get('#data').type('christmas{enter}', { delay: 100 });
// Confirming we have some results
cy.contains('.slider-header', sliderTitle)

Loading…
Cancel
Save