Skip to content

Commit b6c9c92

Browse files
committed
fix: Remove errant .only.
1 parent 698fd53 commit b6c9c92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/browser/test/basic_playground_test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ suite('Right Clicking on Blocks', function () {
102102
chai.assert.isNull(await getCommentText(this.browser, this.block.id));
103103
});
104104

105-
test.only('does not scroll the page', async function () {
105+
test('does not scroll the page', async function () {
106106
const initialScroll = await this.browser.execute(() => {
107107
return window.scrollY;
108108
});

0 commit comments

Comments
 (0)