Adapting tests

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

View File

@@ -1,6 +1,6 @@
describe('Bisq', () => {
const baseModule = Cypress.env("BASE_MODULE");
const basePath = (baseModule === 'bisq') ? '' : '/bisq';
const basePath = '';
beforeEach(() => {
cy.intercept('/sockjs-node/info*').as('socket');
@@ -23,7 +23,7 @@ describe('Bisq', () => {
});
});
if (baseModule === 'mempool' || baseModule === 'bisq') {
if (baseModule === 'bisq') {
it('loads the dashboard', () => {
cy.visit(`${basePath}`);