fix: Remove .only

This commit is contained in:
Faris Ansari 2021-05-11 19:41:57 +05:30
parent fb0f9180d0
commit bd4364ab46

View file

@ -50,7 +50,7 @@ context('Recorder', () => {
cy.get('.result-list').should('contain', '/api/method/frappe.desk.reportview.get');
});
it.only('Recorder View Request', () => {
it('Recorder View Request', () => {
cy.get('.primary-action').should('contain', 'Start').click();
cy.visit('/app/List/DocType/List');