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