Skip to content
Snippets Groups Projects
Commit ab4af63a authored by Karishma Chadha's avatar Karishma Chadha
Browse files

Pull in latest changes from scratch-vm and unskip integration test that was previously failing.

parent f2fc1d42
No related branches found
No related tags found
No related merge requests found
......@@ -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"]');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment