blob: db378f75de3d0c6140dbd7666d35b7d803826d6b [file] [log] [blame] [raw]
import {runFrontendTest} from '../support/utils';
describe('Motd testing', () => {
before(() => {
cy.visit('/');
});
runFrontendTest('motd');
});