فهرست منبع

Merge pull request #8321 from weseek/imprv/136119-remove-skip-to-execute-cypress

imprv: Remove skip to run cypress in 23-editor
Yuki Takei 2 سال پیش
والد
کامیت
25cf199afd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/app/test/cypress/e2e/23-editor/23-editor--with-navigation.cy.ts

+ 1 - 1
apps/app/test/cypress/e2e/23-editor/23-editor--with-navigation.cy.ts

@@ -106,7 +106,7 @@ context('Editor while uploading to a new page', () => {
 
 });
 
-context.skip('Editor while navigation', () => {
+context('Editor while navigation', () => {
 
   const ssPrefix = 'editor-while-navigation-';