Răsfoiți Sursa

Removed only

Taichi Masuyama 3 ani în urmă
părinte
comite
6ffd19e20f

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