This website requires JavaScript.
Explore
Help
Sign in
public
/
mailtrain
Watch
1
Star
0
Fork
You've already forked mailtrain
0
Code
Issues
Pull requests
Releases
Wiki
Activity
2c930c60d2
mailtrain
/
test
/
e2e
/
page-objects
/
home.js
8 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
e2e tests (draft)
2017-05-09 23:40:02 +00:00
'use strict'
;
Added waitUntilVisibleAfterRefresh and textsToWaitFor - both discussed with @witzig. Page objects refactored to exploit textsToWaitFor if relevant. Login tests refactored for the newer API. Some additional tests in subscription. The rest at least included as "pending".
2017-05-25 22:13:40 +00:00
const
web
=
require
(
'../lib/web'
)
;
e2e tests (draft)
2017-05-09 23:40:02 +00:00
Added waitUntilVisibleAfterRefresh and textsToWaitFor - both discussed with @witzig. Page objects refactored to exploit textsToWaitFor if relevant. Login tests refactored for the newer API. Some additional tests in subscription. The rest at least included as "pending".
2017-05-25 22:13:40 +00:00
module
.
exports
=
web
(
{
url
:
'/'
e2e tests (draft)
2017-05-09 23:40:02 +00:00
}
)
;
Reference in a new issue
Copy permalink