This website requires JavaScript.
Explore
Help
Register
Sign In
ramon
/
skillbox
Watch
1
Star
0
Fork
You've already forked skillbox
0
Code
Issues
1
Pull Requests
1
Packages
Projects
1
Releases
1
Wiki
Activity
40fb51fa39
skillbox
/
client
/
cypress
/
e2e
/
frontend
/
ui
/
home-page.spec.js
6 lines
98 B
JavaScript
Raw
Blame
History
describe
(
'The Home Page'
,
(
)
=>
{
it
(
'successfully loads'
,
(
)
=>
{
cy
.
visit
(
'/'
)
;
}
)
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink