Adapting tests

This commit is contained in:
softsimon
2022-01-08 20:44:45 +04:00
parent f10166c6c6
commit 14cbba2346
3 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
describe('Liquid', () => {
const baseModule = Cypress.env("BASE_MODULE");
const basePath = (baseModule === 'liquid') ? '' : '/liquid';
const basePath = '';
beforeEach(() => {
cy.intercept('/liquid/api/block/**').as('block');
@@ -16,7 +16,7 @@ describe('Liquid', () => {
});
});
if (baseModule === 'mempool' || baseModule === 'liquid') {
if (baseModule === 'liquid') {
it('check first mempool block after skeleton loads', () => {
cy.visit(`${basePath}`);