Issues #108: done.
This commit is contained in:
@@ -210,7 +210,7 @@ describe('Save Log and Filter', ()=>{
|
||||
cy.get('.listSequence').find('div[data-draggable="true"]').should('exist');
|
||||
cy.contains('button', 'Clear').click();
|
||||
cy.get('.listSequence').find('div[data-draggable="true"]').should('not.exist');
|
||||
cy.get('.v-toast__text').should('contain', 'Reset Success');
|
||||
cy.get('.v-toast__text').should('contain', 'Filter cleared');
|
||||
cy.wait(3000);
|
||||
|
||||
|
||||
@@ -253,7 +253,7 @@ describe('Save Log and Filter', ()=>{
|
||||
.click()
|
||||
.trigger('mouseup');
|
||||
cy.contains('button', 'Clear').click();
|
||||
cy.get('.v-toast__text').should('contain', 'Reset Success');
|
||||
cy.get('.v-toast__text').should('contain', 'Filter cleared');
|
||||
cy.wait(3000);
|
||||
|
||||
// selected item
|
||||
@@ -287,7 +287,7 @@ describe('Save Log and Filter', ()=>{
|
||||
cy.get('#startCalendar').click();
|
||||
cy.get('.p-datepicker td[aria-label="28"]').click({ multiple: true });
|
||||
cy.contains('button', 'Clear').click();
|
||||
cy.get('.v-toast__text').should('contain', 'Reset Success');
|
||||
cy.get('.v-toast__text').should('contain', 'Filter cleared');
|
||||
cy.wait(3000);
|
||||
|
||||
// selected item
|
||||
|
||||
Reference in New Issue
Block a user