From ab4af63a8da9a795820904748bfc45fb00a240b0 Mon Sep 17 00:00:00 2001 From: Karishma Chadha <kchadha@media.mit.edu> Date: Mon, 10 Dec 2018 10:52:49 -0500 Subject: [PATCH] Pull in latest changes from scratch-vm and unskip integration test that was previously failing. --- package.json | 2 +- test/integration/sprites.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dbd8b60d8..bcc949ba3 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "scratch-render": "0.1.0-prerelease.20181127194508", "scratch-storage": "1.2.0", "scratch-svg-renderer": "0.2.0-prerelease.20181126212715", - "scratch-vm": "0.2.0-prerelease.20181210152453", + "scratch-vm": "0.2.0-prerelease.20181210154926", "selenium-webdriver": "3.6.0", "startaudiocontext": "1.2.1", "style-loader": "^0.23.0", diff --git a/test/integration/sprites.test.js b/test/integration/sprites.test.js index aab801db4..8e57fc1a6 100644 --- a/test/integration/sprites.test.js +++ b/test/integration/sprites.test.js @@ -91,7 +91,7 @@ describe('Working with sprites', () => { // This test fails because uploading an SVG as a sprite changes the scaling // Enable when this is fixed issues/3608 - test.skip('Adding a sprite by uploading an svg (gh-3608)', async () => { + test('Adding a sprite by uploading an svg (gh-3608)', async () => { await loadUri(uri); await clickXpath('//button[@title="Try It"]'); const el = await findByXpath('//button[@aria-label="Choose a Sprite"]'); -- GitLab