Просмотр исходного кода

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 лет назад
Родитель
Сommit
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-';
   const ssPrefix = 'editor-while-navigation-';