We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca7fb9 commit acffd83Copy full SHA for acffd83
1 file changed
index.html
@@ -232,7 +232,7 @@ <h1 class="title" data-testid="title">NightClub Simulator VR</h1>
232
test("Discord URL is correct", () => {
233
const a = $('[data-testid="discord"]');
234
assert(!!a, "Discord button not found");
235
- assert(a.getAttribute("href") === "https://discord.gg/WSR79KAGyw", "Discord invite URL mismatch");
+ assert(a.getAttribute("href") === "https://www.meta.com/experiences/nightclub-simulator-vr/5332536576829015/", "Discord invite URL mismatch");
236
});
237
test("Background image style applied", () => {
238
const bg = getComputedStyle(document.body).backgroundImage;
0 commit comments