summaryrefslogtreecommitdiffhomepage
path: root/test/login.spec.js
AgeCommit message (Collapse)AuthorFilesLines
2018-07-03Remove tests that we are not going to fixAndrej Mihajlov1-83/+0
2018-07-03Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransportAndrej Mihajlov1-1/+1
2018-06-20Make expect and spy global for all testsAndrej Mihajlov1-1/+0
2018-06-20Rename IpcChain's require to expectAndrej Mihajlov1-2/+2
2018-06-20Remove redundant call for `done` when building IpcChainAndrej Mihajlov1-12/+6
2018-06-05Add formatted source codeAndrej Mihajlov1-23/+28
2017-09-04Change accountNumber to accountTokenLinus Färnstrand1-1/+1
2017-08-24Fix tests to have ending 'Z' in datetime stringsLinus Färnstrand1-1/+1
2017-08-24Rename paid_until to expiryLinus Färnstrand1-1/+1
2017-07-28Added START_LOGIN actionErik Larkö1-18/+11
2017-07-20- Replace magic numbers with corresponding string optionsAndrej Mihajlov1-1/+1
- Enforce comma-spacing rule
2017-07-12Refactor IpcChainErik Larkö1-3/+5
2017-07-04Rest of login testsErik Larkö1-2/+62
2017-07-03Add first login workflow testErik Larkö1-0/+30