mirror of https://github.com/vector-im/riot-web
Update stickers.spec.ts - use Cypress Testing Library (#10622)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>t3chguy/dedup-icons-17oct
parent
7751f9c622
commit
93858813a3
|
@ -67,8 +67,7 @@ const WIDGET_HTML = `
|
|||
`;
|
||||
|
||||
function openStickerPicker() {
|
||||
cy.get(".mx_MessageComposer_buttonMenu").click();
|
||||
cy.get("#stickersButton").click();
|
||||
cy.openMessageComposerOptions().findByRole("menuitem", { name: "Sticker" }).click();
|
||||
}
|
||||
|
||||
function sendStickerFromPicker() {
|
||||
|
|
Loading…
Reference in New Issue