File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ <h1 class="title" data-testid="title">NightClub Simulator VR</h1>
162162 < a
163163 class ="discord-btn "
164164 data-testid ="discord "
165- href ="https://discord.gg/74K429PbSH "
165+ href ="https://discord.gg/WSR79KAGyw "
166166 target ="_blank "
167167 rel ="noopener noreferrer "
168168 aria-label ="Join our Discord server "
@@ -232,7 +232,7 @@ <h1 class="title" data-testid="title">NightClub Simulator VR</h1>
232232 test ( "Discord URL is correct" , ( ) => {
233233 const a = $ ( '[data-testid="discord"]' ) ;
234234 assert ( ! ! a , "Discord button not found" ) ;
235- assert ( a . getAttribute ( "href" ) === "https://discord.gg/74K429PbSH " , "Discord invite URL mismatch" ) ;
235+ assert ( a . getAttribute ( "href" ) === "https://discord.gg/WSR79KAGyw " , "Discord invite URL mismatch" ) ;
236236 } ) ;
237237 test ( "Background image style applied" , ( ) => {
238238 const bg = getComputedStyle ( document . body ) . backgroundImage ;
You can’t perform that action at this time.
0 commit comments