mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Enable categories test
This commit is contained in:
@@ -179,9 +179,9 @@ async function openCategories(browser, categoryList, directionMultiplier) {
|
|||||||
chai.assert.equal(failureCount, 0);
|
chai.assert.equal(failureCount, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO (#9217) These take too long to run and are very flakey. Need to find a
|
// TODO (#9217) These take too long to run and are very flakey. Need to pull
|
||||||
// better way to test whatever this is trying to test.
|
// these out into their own test runner.
|
||||||
suite.skip('Open toolbox categories', function () {
|
suite('Open toolbox categories', function () {
|
||||||
this.timeout(0);
|
this.timeout(0);
|
||||||
|
|
||||||
test('opening every toolbox category in the category toolbox in LTR', async function () {
|
test('opening every toolbox category in the category toolbox in LTR', async function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user