File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ <h1 class="title" data-testid="title">NightClub Simulator VR</h1>
163163 < a
164164 class ="discord-btn "
165165 data-testid ="discord "
166- href ="https://www .meta.com/experiences/nightclub-simulator-vr/5332536576829015/ "
166+ href ="https://vr .meta.me/s/2dIeMkLdW5vxXjB "
167167 target ="_blank "
168168 rel ="noopener noreferrer "
169169 aria-label ="Check it out now! "
@@ -233,7 +233,7 @@ <h1 class="title" data-testid="title">NightClub Simulator VR</h1>
233233 test ( "Discord URL is correct" , ( ) => {
234234 const a = $ ( '[data-testid="discord"]' ) ;
235235 assert ( ! ! a , "Discord button not found" ) ;
236- assert ( a . getAttribute ( "href" ) === "https://www .meta.com/experiences/nightclub-simulator-vr/5332536576829015/ " , "Discord invite URL mismatch" ) ;
236+ assert ( a . getAttribute ( "href" ) === "https://vr .meta.me/s/2dIeMkLdW5vxXjB " , "Discord invite URL mismatch" ) ;
237237 } ) ;
238238 test ( "Background image style applied" , ( ) => {
239239 const bg = getComputedStyle ( document . body ) . backgroundImage ;
You can’t perform that action at this time.
0 commit comments