ainglese
ainglese
Hi, i need to schedule a job to be executed some time in the future. Some times, the same job could be scheduled twice; for recurrent task, there are identifiers...
### Current behavior & Steps to reproduce: This works as expected: ```js cy.visit('http://localhost:8080/ui/st.bquadro/agent'); cy.get('.login-content input[type=text]') .type('admin') .should('have.value', 'admin'); cy.get('.login-content input[type=password]') .type('xxxx') .should('have.value', 'xxxx'); cy.get('.login-content .submit input[name=commit]').click(); cy.visit('http://localhost:8080/ui/st.bquadro/agent#dashboard', { auth: {...