fix: update Tour components and product tour behavior (#794)

This commit is contained in:
Carla Duarte
2022-01-11 13:50:12 -05:00
committed by GitHub
parent 4655b344a7
commit 2d46bacdc7
17 changed files with 100 additions and 128 deletions

View File

@@ -66,7 +66,7 @@ Object.defineProperty(window, 'matchMedia', {
export const authenticatedUser = {
userId: 'abc123',
username: 'Mock User',
username: 'MockUser',
roles: [],
administrator: false,
};
@@ -79,7 +79,7 @@ export function initializeMockApp() {
TWITTER_URL: process.env.TWITTER_URL || null,
authenticatedUser: {
userId: 'abc123',
username: 'Mock User',
username: 'MockUser',
roles: [],
administrator: false,
},