Taichi Masuyama před 3 roky
rodič
revize
d07966b623

+ 2 - 0
packages/app/test/cypress/integration/30-search/search.spec.ts

@@ -226,6 +226,7 @@ context('Search all pages', () => {
     cy.getByTestid('search-result-list').should('be.visible');
     cy.getByTestid('search-result-list').should('be.visible');
     cy.getByTestid('search-result-content').should('be.visible');
     cy.getByTestid('search-result-content').should('be.visible');
     cy.getByTestid('wiki').should('exists');
     cy.getByTestid('wiki').should('exists');
+    cy.get('#revision-loader').should('be.visible').contains('Block Elements');
     cy.screenshot(`${ssPrefix}2-tag-order-by-relevance`);
     cy.screenshot(`${ssPrefix}2-tag-order-by-relevance`);
 
 
     cy.get('.grw-search-page-nav').within(() => {
     cy.get('.grw-search-page-nav').within(() => {
@@ -237,6 +238,7 @@ context('Search all pages', () => {
     cy.getByTestid('search-result-list').should('be.visible');
     cy.getByTestid('search-result-list').should('be.visible');
     cy.getByTestid('search-result-content').should('be.visible');
     cy.getByTestid('search-result-content').should('be.visible');
     cy.getByTestid('wiki').should('exists');
     cy.getByTestid('wiki').should('exists');
+    cy.get('#revision-loader').should('be.visible').contains('Block Elements');
     cy.screenshot(`${ssPrefix}3-tag-order-by-creation-date`);
     cy.screenshot(`${ssPrefix}3-tag-order-by-creation-date`);
 
 
     cy.get('.grw-search-page-nav').within(() => {
     cy.get('.grw-search-page-nav').within(() => {