瀏覽代碼

fix: Remove .only

version-14
Faris Ansari 4 年之前
父節點
當前提交
bd4364ab46
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      cypress/integration/recorder.js

+ 1
- 1
cypress/integration/recorder.js 查看文件

@@ -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…
取消
儲存