Skip to content

Commit d070e0c

Browse files
committed
removed the intentional failing test case along with its screenshots
1 parent c584788 commit d070e0c

File tree

5 files changed

+0
-18
lines changed

5 files changed

+0
-18
lines changed

test/unit/visual/cases/typography.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -385,18 +385,6 @@ visualSuite("Typography", function () {
385385
});
386386
}
387387
);
388-
visualTest("intentionally failing test", function (p5, screenshot) {
389-
p5.createCanvas(100, 100);
390-
p5.background(255);
391-
// initially put a red circle for storing in screenshots
392-
p5.fill(255, 0, 0); // Red fill
393-
p5.noStroke();
394-
395-
// Then change circle to rect to make it fail
396-
p5.rect(30, 30, 40, 40);
397-
398-
screenshot();
399-
});
400388
});
401389
}
402390
});
Binary file not shown.

test/unit/visual/screenshots/Typography/textAlign/2d mode/intentionally failing test/metadata.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
Binary file not shown.

test/unit/visual/screenshots/Typography/textAlign/webgl mode/intentionally failing test/metadata.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)