summaryrefslogtreecommitdiff
path: root/web/src/App.test.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/App.test.jsx')
-rw-r--r--web/src/App.test.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/src/App.test.jsx b/web/src/App.test.jsx
index 5c9cb3454..9ef61e6d7 100644
--- a/web/src/App.test.jsx
+++ b/web/src/App.test.jsx
@@ -122,8 +122,8 @@ it('renders single tenant', async () => {
// Link should be white-label scoped
const topMenuLinks = application.root.findAllByType(Link)
expect(topMenuLinks[0].props.to).toEqual('/status')
- expect(topMenuLinks[4].props.to.pathname).toEqual('/status')
- expect(topMenuLinks[5].props.to.pathname).toEqual('/projects')
+ expect(topMenuLinks[3].props.to.pathname).toEqual('/status')
+ expect(topMenuLinks[4].props.to.pathname).toEqual('/projects')
// Location should be /status
expect(location.pathname).toEqual('/status')
// Info should tell white label tenant openstack