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

pull/3320/head^2
Ryan Cohen 1 year ago committed by GitHub
parent c93467b3ac
commit b6eac0f364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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