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