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:
parent
76b7aa2d33
commit
6f50405e34
4 changed files with 18 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue