Skip to content

Commit 54df805

Browse files
committed
delay
1 parent ad025cf commit 54df805

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playwright/tests/data-class-editor.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ test.describe('Data Class Editor', () => {
88
test('Open help and add attribute', async ({ page }) => {
99
const editor = new DataClassEditor(page);
1010
await editor.hasDeployProjectStatusMessage();
11+
await editor.hasNoStatusMessage();
1112
await editor.openEditorFile();
1213
await editor.executeCommand('View: Reopen Editor With...', 'Axon Ivy Data Class Editor');
1314
await editor.isViewVisible();

0 commit comments

Comments
 (0)