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