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