Default bundled emoji font to on (#11935)
* Update Settings.tsx * Update tests Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update snapshot Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update assertion Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -219,6 +219,7 @@ describe("Appearance user settings tab", () => {
|
||||
cy.findByRole("button", { name: "Show advanced" }).click();
|
||||
|
||||
// force click as checkbox size is zero
|
||||
cy.findByLabelText("Use bundled emoji font").click({ force: true });
|
||||
cy.findByLabelText("Use a system font").click({ force: true });
|
||||
|
||||
// Assert that the font-family value was removed
|
||||
|
||||
Reference in New Issue
Block a user