Skip to content

Commit acffd83

Browse files
authored
Update Discord invite URL in tests
1 parent 6ca7fb9 commit acffd83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/WSR79KAGyw", "Discord invite URL mismatch");
235+
assert(a.getAttribute("href") === "https://www.meta.com/experiences/nightclub-simulator-vr/5332536576829015/", "Discord invite URL mismatch");
236236
});
237237
test("Background image style applied", () => {
238238
const bg = getComputedStyle(document.body).backgroundImage;

0 commit comments

Comments
 (0)