fix: Remove .only
This commit is contained in:
parent
fb0f9180d0
commit
bd4364ab46
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue