Taichi Masuyama 3 سال پیش
والد
کامیت
6ffd19e20f
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      packages/app/test/cypress/integration/21-basic-features-for-guest/access-to-page.spec.ts

+ 2 - 2
packages/app/test/cypress/integration/21-basic-features-for-guest/access-to-page.spec.ts

@@ -1,4 +1,4 @@
-context.only('Access to page by guest', () => {
+context('Access to page by guest', () => {
   const ssPrefix = 'access-to-page-by-guest-';
 
   it('/Sandbox is successfully loaded', () => {
@@ -7,7 +7,7 @@ context.only('Access to page by guest', () => {
     cy.screenshot(`${ssPrefix}-sandbox`);
   });
 
-  it.only('/Sandbox with anchor hash is successfully loaded', () => {
+  it('/Sandbox with anchor hash is successfully loaded', () => {
     cy.visit('/Sandbox#Headers');
     cy.collapseSidebar(true, true);