浏览代码

add comment

Shun Miyazawa 3 年之前
父节点
当前提交
9ae86fa681
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/app/test/cypress/integration/50-sidebar/access-to-side-bar.spec.ts

+ 1 - 0
packages/app/test/cypress/integration/50-sidebar/access-to-side-bar.spec.ts

@@ -55,6 +55,7 @@ context('Access to sidebar', () => {
     cy.get('.dropup > .btn-submit').click();
     cy.get('body').should('not.have.class', 'on-edit');
 
+    // What to do when UserUISettings is not saved in time
     cy.getByTestid('grw-sidebar-nav-primary-custom-sidebar').then(($el) => {
       if (!$el.hasClass('active')) {
         cy.wrap($el).click();