Enable a disabled stamp editor integration test in Chrome
Puppeteer recently got updated to version 24.0.0+, so we're past version 23.9.1- where the integration test failed before and we can enable it again now that it passes in Chrome.
This commit is contained in:
parent
ac57939648
commit
c7b35ecd78
@ -1621,12 +1621,7 @@ describe("Stamp Editor", () => {
|
||||
|
||||
it("must check that the annotation isn't unselected when an other finger taps on the screen", async () => {
|
||||
// Run sequentially to avoid clipboard issues.
|
||||
for (const [browserName, page] of pages) {
|
||||
if (browserName === "chrome") {
|
||||
// TODO: remove this check when puppeteer supports multiple touch
|
||||
// events (it works in v23.9.1).
|
||||
return;
|
||||
}
|
||||
for (const [, page] of pages) {
|
||||
await switchToStamp(page);
|
||||
|
||||
await copyImage(page, "../images/firefox_logo.png", 0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user