You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`This is a submission for integration testing fa.js This account and art belongs to andrewneo, the artist of the work is tinderhoof. Original upload is here`,
26
+
`This is a submission for integration testing fa.js This account and art belongs to Kauko, the artist of the work is Tinderhoof. Original upload is here`,
`This is a submission for integration testing <a class="auto_link external" href="https://github.com/cheeplusplus/fa.js" rel="nofollow ugc noreferrer noopener">fa.js</a><br> <br> This account and art belongs to <a href="/user/andrewneo" class="iconusername"><img src="//a.furaffinity.net/${liveThumbDateStr}/andrewneo.gif" align="middle" title="andrewneo" alt="andrewneo"> andrewneo</a>, the artist of the work is <a href="/user/tinderhoof" class="iconusername"><img src="//a.furaffinity.net/${liveThumbDateStr}/tinderhoof.gif" align="middle" title="tinderhoof" alt="tinderhoof"> tinderhoof</a>. <a class="auto_link " href="https://www.furaffinity.net/view/23617101/">Original upload is here</a>`,
30
+
`This is a submission for integration testing <a class="auto_link external" href="https://github.com/cheeplusplus/fa.js" rel="nofollow ugc noreferrer noopener">fa.js</a><br> <br> This account and art belongs to <a href="/user/andrewneo" class="iconusername"><img src="//a.furaffinity.net/1563504911/andrewneo.gif" title="andrewneo" alt="andrewneo"> <span class="c-usernameBlockSimple username-underlined"><span class="c-usernameBlockSimple__displayName" title=" andrewneo ">Kauko</span></span></a>, the artist of the work is <a href="/user/tinderhoof" class="iconusername"><img src="//a.furaffinity.net/1765774950/tinderhoof.gif" title="tinderhoof" alt="tinderhoof"> <span class="c-usernameBlockSimple username-underlined"><span class="c-usernameBlockSimple__displayName" title=" tinderhoof ">Tinderhoof</span></span></a>. <a class="auto_link " href="https://www.furaffinity.net/view/23617101/">Original upload is here</a>`,
`This is a "story" for integration testing <a class="auto_link external" href="https://github.com/cheeplusplus/fa.js" rel="nofollow ugc noreferrer noopener">fa.js</a><br> <br> This account belongs to <a href="/user/andrewneo" class="iconusername"><img src="//a.furaffinity.net/${liveThumbDateStr}/andrewneo.gif" align="middle" title="andrewneo" alt="andrewneo"> andrewneo</a>, this writing was written by hand this time! >:C`,
111
+
`This is a "story" for integration testing <a class="auto_link external" href="https://github.com/cheeplusplus/fa.js" rel="nofollow ugc noreferrer noopener">fa.js</a><br> <br> This account belongs to <a href="/user/andrewneo" class="iconusername"><img src="//a.furaffinity.net/1563504911/andrewneo.gif" title="andrewneo" alt="andrewneo"> <span class="c-usernameBlockSimple username-underlined"><span class="c-usernameBlockSimple__displayName" title=" andrewneo ">Kauko</span></span></a>, this writing was written by hand this time! >:C`,
`This is audio for integration testing <a class="auto_link external" href="https://github.com/cheeplusplus/fa.js" rel="nofollow ugc noreferrer noopener">fa.js</a><br> <br> This account belongs to <a href="/user/andrewneo" class="iconusername"><img src="//a.furaffinity.net/${liveThumbDateStr}/andrewneo.gif" align="middle" title="andrewneo" alt="andrewneo"> andrewneo</a>, this recording was recorded by Kauko.`,
143
+
`This is audio for integration testing <a class="auto_link external" href="https://github.com/cheeplusplus/fa.js" rel="nofollow ugc noreferrer noopener">fa.js</a><br> <br> This account belongs to <a href="/user/andrewneo" class="iconusername"><img src="//a.furaffinity.net/1563504911/andrewneo.gif" title="andrewneo" alt="andrewneo"> <span class="c-usernameBlockSimple username-underlined"><span class="c-usernameBlockSimple__displayName" title=" andrewneo ">Kauko</span></span></a>, this recording was recorded by Kauko.`,
Copy file name to clipboardExpand all lines: tests/user.spec.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,12 @@ describe("user", () => {
25
25
// Note: the classic theme has extra crap - eventually this should get cleaned up
26
26
expect(normalize(actual.header_text)).toEqual(
27
27
expect.stringContaining(
28
-
`This is a read-only test account for FA.js Maintained by andrewneo`,
28
+
`This is a read-only test account for FA.js Maintained by Kauko`,
29
29
),
30
30
);
31
31
expect(normalize(actual.header_html)).toEqual(
32
32
expect.stringContaining(
33
-
`This is a read-only test account for <a class="auto_link external" href="https://github.com/cheeplusplus/fa.js" rel="nofollow ugc noreferrer noopener">FA.js</a><br> <br> Maintained by <a href="/user/andrewneo" class="iconusername"><img src="//a.furaffinity.net/${liveThumbDateStr}/andrewneo.gif" align="middle" title="andrewneo" alt="andrewneo"> andrewneo</a>`,
33
+
`This is a read-only test account for <a class="auto_link external" href="https://github.com/cheeplusplus/fa.js" rel="nofollow ugc noreferrer noopener">FA.js</a>`,
34
34
),
35
35
);
36
36
// these aren't parsed so just make sure we're in the right place
0 commit comments