summaryrefslogtreecommitdiffhomepage
path: root/test/components
AgeCommit message (Expand)AuthorFilesLines
2017-12-06Fix testsAndrej Mihajlov3-111/+108
2017-12-05Remove unused connection.serverAddressAndrej Mihajlov1-1/+0
2017-11-23Pass protocol and port to Backend#connectAndrej Mihajlov3-8/+10
2017-11-23Rename RelayConstraints -> RelaySettingsLinus Färnstrand3-4/+4
2017-11-21Refine Login component testsAndrej Mihajlov1-27/+18
2017-11-21Fix testsAndrej Mihajlov1-18/+12
2017-11-21Add account history IPCAndrej Mihajlov3-0/+6
2017-11-09Redact account token from logsErik Larkö1-0/+6
2017-11-09Problem reportErik Larkö1-4/+54
2017-11-09Redid the settings state and inlined a few componentsErik Larkö3-14/+8
2017-11-08tcp and portErik Larkö3-7/+29
2017-10-19Add tests for Support componentAndrej Mihajlov1-0/+70
2017-10-19Add test for support item in settingsAndrej Mihajlov1-0/+8
2017-10-19Update tests for settingsAndrej Mihajlov1-1/+1
2017-10-19Add hook to view support formAndrej Mihajlov1-2/+2
2017-10-16Update tests for new IPsLinus Färnstrand1-5/+5
2017-10-05Remove the auto-secure settingErik Larkö1-20/+0
2017-10-03Show the country when securing the connectionErik Larkö1-2/+31
2017-10-02Remove fastest and nearest serversErik Larkö1-14/+1
2017-10-02More realistic mock IPsErik Larkö1-4/+4
2017-10-02Store the unsubmitted account token in the redux storeErik Larkö1-2/+4
2017-09-27Show different locations if the user is connected or notErik Larkö1-2/+2
2017-09-27Don't reconnect to the previously preferred serverErik Larkö1-3/+3
2017-09-25Read the city and coutry from the temporary config until we implement it in t...Erik Larkö1-6/+18
2017-09-12Move the hardcoded relay endpoint data to the Connect componentErik Larkö1-1/+1
2017-09-04Change accountNumber to accountTokenLinus Färnstrand3-7/+7
2017-08-28Connected, connecting and location info testsErik Larkö1-6/+61
2017-08-28Refactor tests and add first location testErik Larkö1-4/+41
2017-08-28onConnect testErik Larkö1-0/+11
2017-08-24Replace paidUntil with expiryLinus Färnstrand4-8/+7
2017-08-23Refactor Connect props and first disconnected testErik Larkö1-0/+56
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-07-27Remove JSDOM and update Switch componentAndrej Mihajlov1-5/+31
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-20Add Switch testsAndrej Mihajlov1-0/+104
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 Mihajlov2-12/+88
2017-06-23Migrate to React 15.6Andrej Mihajlov1-7/+7
2017-03-10Improve docs coverage. Add external docs for React.Component and Redux.StoreAndrej Mihajlov1-1/+1
2017-03-09Add input testsAndrej Mihajlov1-6/+141
2017-03-09- Add basic tests for AccountInputAndrej Mihajlov1-0/+48