Skip to content

Commit dcdb710

Browse files
committed
cleanup only
1 parent 93a9103 commit dcdb710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/tests/collection-validation-tab.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('Collection validation tab', function () {
5858
await browser.setFeature('enableExportSchema', true);
5959
});
6060

61-
it.only('provides users with a button to generate rules', async function () {
61+
it('provides users with a button to generate rules', async function () {
6262
await browser.clickVisible(Selectors.GenerateValidationRulesButton);
6363
const editor = browser.$(Selectors.ValidationEditor);
6464
await editor.waitForDisplayed();

0 commit comments

Comments
 (0)