[Editor] Add an integration test for the new alt-text flow

This commit is contained in:
Calixte Denizet 2023-09-23 18:56:07 +02:00
parent 57f548c989
commit de553456ce
2 changed files with 158 additions and 0 deletions

View file

@ -947,6 +947,8 @@ async function startBrowser(browserName, startUrl = "") {
"gfx.canvas.accelerated": false,
// Enable the `round` CSS function.
"layout.css.round.enabled": true,
// This allow to copy some data in the clipboard.
"dom.events.asyncClipboard.clipboardItem": true,
};
}