Skip to content

Commit 649b708

Browse files
committed
w
1 parent 377a253 commit 649b708

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

playwright/tests/inscription-view.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ test.describe('Inscription View', () => {
3939
cleanUp();
4040
});
4141

42-
// eslint-disable-next-line playwright/no-focused-test
43-
test.only('Check Process Editor Connector', async () => {
42+
test('Check Process Editor Connector', async () => {
4443
let element = processEditor.locatorForPID(userDialogPID1);
4544
await expect(element).toBeVisible();
4645
await element.dblclick();

0 commit comments

Comments
 (0)