mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
Remove .only
This commit is contained in:
@@ -32,8 +32,7 @@ suite('Testing Connecting Blocks', function (done) {
|
|||||||
this.browser.on('dialog', (dialog) => {});
|
this.browser.on('dialog', (dialog) => {});
|
||||||
});
|
});
|
||||||
|
|
||||||
test.only('Testing Procedure', async function () {
|
test('Testing Procedure', async function () {
|
||||||
|
|
||||||
// Drag out first function
|
// Drag out first function
|
||||||
let proceduresDefReturn = await getDraggableBlockElementByType(
|
let proceduresDefReturn = await getDraggableBlockElementByType(
|
||||||
this.browser,
|
this.browser,
|
||||||
|
|||||||
Reference in New Issue
Block a user