Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegevoian committed Sep 13, 2023
1 parent 8d019a5 commit 826710b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/nbrowser/CodeEditor.ntest.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,5 @@ describe('CodeEditor.ntest', function() {
await textElem.click();
await driver.withActions(a => a.doubleClick(textElem.elem()));
assert.equal(await driver.executeScript(() => window.getSelection().toString()), 'CodeEditor_test');
await driver.sleep(3000);
});
});

0 comments on commit 826710b

Please sign in to comment.