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