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