We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad025cf commit 54df805Copy full SHA for 54df805
playwright/tests/data-class-editor.spec.ts
@@ -8,6 +8,7 @@ test.describe('Data Class Editor', () => {
8
test('Open help and add attribute', async ({ page }) => {
9
const editor = new DataClassEditor(page);
10
await editor.hasDeployProjectStatusMessage();
11
+ await editor.hasNoStatusMessage();
12
await editor.openEditorFile();
13
await editor.executeCommand('View: Reopen Editor With...', 'Axon Ivy Data Class Editor');
14
await editor.isViewVisible();
0 commit comments