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