summaryrefslogtreecommitdiffhomepage
path: root/gui/test
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2020-05-25 12:59:26 +0200
committerOskar Nyberg <oskar@mullvad.net>2020-05-25 12:59:26 +0200
commit119510c7356ab4c6858a01d330d3b1452026c3ab (patch)
tree3fbf3d7ca7da56f3be4431a1117b1da0dc7d6b3f /gui/test
parent4374667d5b8b76a90dc2a2a5c466102bb9c84add (diff)
parent80a9394c56888af208933566c76f9fb99fe7218e (diff)
downloadmullvadvpn-119510c7356ab4c6858a01d330d3b1452026c3ab.tar.xz
mullvadvpn-119510c7356ab4c6858a01d330d3b1452026c3ab.zip
Merge branch 'improve-beta-program-gui'
Diffstat (limited to 'gui/test')
-rw-r--r--gui/test/components/NotificationArea.spec.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/test/components/NotificationArea.spec.tsx b/gui/test/components/NotificationArea.spec.tsx
index 7be9de56e1..95801dfa6d 100644
--- a/gui/test/components/NotificationArea.spec.tsx
+++ b/gui/test/components/NotificationArea.spec.tsx
@@ -11,8 +11,10 @@ describe('components/NotificationArea', () => {
consistent: true,
currentIsSupported: true,
current: '2018.2',
+ currentIsBeta: false,
latest: '2018.2-beta1',
latestStable: '2018.2',
+ nextUpgrade: null,
};
const defaultExpiry = new AccountExpiry(moment().add(1, 'year').format(), 'en');