Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
6e5c0ce4bfd10fec2b3535664c9321be62e074e2
/
.
/
cypress
/
e2e
/
motd.cy.ts
blob: cd237b7194b4fdbe62e5e0ee10f16c624c3aa1b7 [
file
] [
log
] [
blame
] [
raw
]
import
{
runFrontendTest
}
from
'../support/utils'
;
describe
(
'Motd testing'
,
()
=>
{
before
(()
=>
{
cy
.
visit
(
'/'
);
});
runFrontendTest
(
'motd'
);
});