mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-18 11:32:30 +02:00
add e2e test for rendering emojis
This commit is contained in:
@@ -114,4 +114,14 @@ describe("Embeds", () => {
|
||||
cy.findByTitle("Tidal List Embed").should("be.visible");
|
||||
});
|
||||
});
|
||||
|
||||
describe("Emoji", () => {
|
||||
it("should embed emojis", () => {
|
||||
cy.visit(
|
||||
"#/n/nevent1qqsdj7k47uh4z0ypl2m29lvd4ar9zpf6dcy7ls0q6g6qctnxfj5n3pcpzpmhxue69uhkummnw3ezuamfdejszrthwden5te0dehhxtnvdakqdyqlpq"
|
||||
);
|
||||
|
||||
cy.findByRole("img", { name: /pepeD/i }).should("be.visible");
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user