summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2017-08-24Replace paidUntil with expiryLinus Färnstrand5-9/+8
2017-08-24Fix tests to have ending 'Z' in datetime stringsLinus Färnstrand2-2/+2
2017-08-24Rename paid_until to expiryLinus Färnstrand4-5/+5
2017-08-23Refactor Connect props and first disconnected testErik Larkö1-0/+56
2017-08-22Failed autologins no longer prompts the user with LOGIN FAILEDErik Larkö1-4/+4
2017-08-21Refactor Login component and add footer and account input testsErik Larkö1-19/+88
2017-08-16Add test for components/Login onFirstChangeAfterFailureErik Larkö1-0/+64
2017-08-08Add ONLINE and OFFLINE actions and remove generic connection actionErik Larkö1-14/+0
2017-08-08Use CONNECTED action in testsErik Larkö1-6/+2
2017-08-08Add CONNECTING actionErik Larkö1-0/+12
2017-08-08Added NEW_LOCATION actionErik Larkö1-2/+29
2017-08-08Remove generic account actionErik Larkö1-15/+0
2017-08-07Use new actions in autologinErik Larkö2-3/+4
2017-07-31Remove isomorphic-fetch since 'electron-mocha --renderer' runs tests in WebkitAndrej Mihajlov1-5/+1
2017-07-28Added START_LOGIN actionErik Larkö1-18/+11
2017-07-28Added NEW_PUBLIC_IP actionErik Larkö1-0/+19
2017-07-27Remove redux-actionsErik Larkö1-8/+8
2017-07-27Fix reducers testErik Larkö1-5/+7
2017-07-27Remove JSDOM and update Switch componentAndrej Mihajlov3-23/+35
2017-07-21Fix the name of SelectLocation testsAndrej Mihajlov1-1/+1
2017-07-21Add tests for settingsAndrej Mihajlov1-0/+166
2017-07-20Add SelectLocation testsAndrej Mihajlov1-0/+50
2017-07-20Mock "change" eventAndrej Mihajlov1-6/+2
2017-07-20Upgrade JSDOMAndrej Mihajlov1-3/+6
2017-07-20Add Switch testsAndrej Mihajlov2-3/+111
2017-07-20- Replace magic numbers with corresponding string optionsAndrej Mihajlov1-1/+1
- Enforce comma-spacing rule
2017-07-17Start the backend againErik Larkö1-0/+1
2017-07-17Add HeaderBar testsAndrej Mihajlov1-0/+48
2017-07-13Modernize AccountInput tests and migrate from using private Component._refAndrej Mihajlov1-80/+75
2017-07-13Add tests for Account componentAndrej Mihajlov5-46/+115
2017-07-12Refactor IpcChainErik Larkö5-15/+25
2017-07-11New backend statesErik Larkö2-6/+15
2017-07-10AutologinErik Larkö2-0/+114
2017-07-07Remove persistent storageErik Larkö1-5/+0
2017-07-07The Backend class is no longer an EventEmitterErik Larkö2-38/+1
2017-07-07Rely on the notifications for connection state changesErik Larkö1-13/+21
2017-07-07Add tests for the notifcation states AND add the getState endpoint. No tests ↵Erik Larkö1-32/+52
for it though
2017-07-05Logout testsErik Larkö2-0/+70
2017-07-04Connection failed testErik Larkö1-0/+20
2017-07-04Connect testsErik Larkö1-0/+39
2017-07-04Rest of login testsErik Larkö2-3/+96
2017-07-03Add first login workflow testErik Larkö4-1/+166
2017-07-03Remove redirect test, it is added back laterErik Larkö1-18/+0
2017-07-03Removed actions.specErik Larkö1-156/+0
2017-07-03Rename account.account -> account.accountNumberErik Larkö2-6/+6
2017-07-03Moved the redux stuff into separate folder and renamed user->account and ↵Erik Larkö4-21/+26
connect->connection
2017-06-23Migrate to React 15.6Andrej Mihajlov1-7/+7
2017-06-22Drop unused Enum classAndrej Mihajlov1-40/+0
2017-06-21- Migrate Backend.EventType and Backend.ErrorType to FlowAndrej Mihajlov2-13/+12
- Export Backend and BackendError separately
2017-06-21Replace ConnectionState & LoginState with Flow alternativeAndrej Mihajlov4-13/+9