|
|
@@ -16,6 +16,7 @@ context('Access to search result page', () => {
|
|
|
cy.getByTestid('search-result-base').should('be.visible');
|
|
|
cy.getByTestid('search-result-list').should('be.visible');
|
|
|
cy.getByTestid('search-result-content').should('be.visible');
|
|
|
+ cy.get('#wiki').should('be.visible');
|
|
|
|
|
|
cy.screenshot(`${ssPrefix}-with-q`);
|
|
|
});
|
|
|
@@ -26,6 +27,7 @@ context('Access to search result page', () => {
|
|
|
cy.getByTestid('search-result-base').should('be.visible');
|
|
|
cy.getByTestid('search-result-list').should('be.visible');
|
|
|
cy.getByTestid('search-result-content').should('be.visible');
|
|
|
+ cy.get('#wiki').should('be.visible');
|
|
|
|
|
|
cy.getByTestid('cb-select').first().click({force: true});
|
|
|
cy.screenshot(`${ssPrefix}-the-first-checkbox-on`);
|
|
|
@@ -98,6 +100,7 @@ context('Search all pages', () => {
|
|
|
cy.getByTestid('search-result-base').should('be.visible');
|
|
|
cy.getByTestid('search-result-list').should('be.visible');
|
|
|
cy.getByTestid('search-result-content').should('be.visible');
|
|
|
+ cy.get('#wiki').should('be.visible');
|
|
|
cy.screenshot(`${ssPrefix}3-search-page-results`, { capture: 'viewport'});
|
|
|
|
|
|
cy.getByTestid('open-page-item-control-btn').eq(1).click();
|
|
|
@@ -158,6 +161,7 @@ context('Search all pages', () => {
|
|
|
cy.getByTestid('search-result-base').should('be.visible');
|
|
|
cy.getByTestid('search-result-list').should('be.visible');
|
|
|
cy.getByTestid('search-result-content').should('be.visible');
|
|
|
+ cy.get('#wiki').should('be.visible');
|
|
|
|
|
|
cy.screenshot(`${ssPrefix}2-search-with-tag-result`, {capture: 'viewport'});
|
|
|
cy.getByTestid('open-page-item-control-btn').first().click();
|
|
|
@@ -172,6 +176,7 @@ context('Search all pages', () => {
|
|
|
cy.getByTestid('search-result-base').should('be.visible');
|
|
|
cy.getByTestid('search-result-list').should('be.visible');
|
|
|
cy.getByTestid('search-result-content').should('be.visible');
|
|
|
+ cy.get('#wiki').should('be.visible');
|
|
|
cy.screenshot(`${ssPrefix}1-tag-order-click-tag-name`, {capture: 'viewport'});
|
|
|
|
|
|
cy.get('.grw-search-page-nav').within(() => {
|
|
|
@@ -182,6 +187,7 @@ context('Search all pages', () => {
|
|
|
cy.getByTestid('search-result-base').should('be.visible');
|
|
|
cy.getByTestid('search-result-list').should('be.visible');
|
|
|
cy.getByTestid('search-result-content').should('be.visible');
|
|
|
+ cy.get('#wiki').should('be.visible');
|
|
|
cy.screenshot(`${ssPrefix}2-tag-order-by-relevance`);
|
|
|
|
|
|
cy.get('.grw-search-page-nav').within(() => {
|
|
|
@@ -192,6 +198,7 @@ context('Search all pages', () => {
|
|
|
cy.getByTestid('search-result-base').should('be.visible');
|
|
|
cy.getByTestid('search-result-list').should('be.visible');
|
|
|
cy.getByTestid('search-result-content').should('be.visible');
|
|
|
+ cy.get('#wiki').should('be.visible');
|
|
|
cy.screenshot(`${ssPrefix}3-tag-order-by-creation-date`);
|
|
|
|
|
|
cy.get('.grw-search-page-nav').within(() => {
|
|
|
@@ -202,6 +209,7 @@ context('Search all pages', () => {
|
|
|
cy.getByTestid('search-result-base').should('be.visible');
|
|
|
cy.getByTestid('search-result-list').should('be.visible');
|
|
|
cy.getByTestid('search-result-content').should('be.visible');
|
|
|
+ cy.get('#wiki').should('be.visible');
|
|
|
cy.screenshot(`${ssPrefix}4-tag-order-by-last-update-date`);
|
|
|
});
|
|
|
|
|
|
@@ -235,6 +243,7 @@ context('Search current tree with "prefix":', () => {
|
|
|
cy.getByTestid('search-result-base').should('be.visible');
|
|
|
cy.getByTestid('search-result-list').should('be.visible');
|
|
|
cy.getByTestid('search-result-content').should('be.visible');
|
|
|
+ cy.get('#wiki').should('be.visible');
|
|
|
cy.screenshot(`${ssPrefix}3-search-page-results`, { capture: 'viewport'});
|
|
|
|
|
|
cy.getByTestid('open-page-item-control-btn').first().click();
|