MWPW-161354: filter unused fields in the editor #145
Annotations
3 errors and 1 notice
[mas-live-chromium] › studio/studio.test.js:114:5 › M@S Studio feature test suite › @studio-edit-title:
nala/studio/studio.test.js#L164
1) [mas-live-chromium] › studio/studio.test.js:114:5 › M@S Studio feature test suite › @studio-edit-title,@Mas-Studio › step-4: Validate edited title field
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('editor-panel').locator(locator('#card-title'))
Expected string: "Change title"
Received string: "Automation Test Card"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('editor-panel').locator(locator('#card-title'))
9 × locator resolved to <sp-textfield dir="ltr" focused="" type="text" focusable="" id="card-title" data-field="cardTitle" value="Automation Test Card" placeholder="Enter card title"></sp-textfield>
- unexpected value "Automation Test Card"
162 | await expect(
163 | await studio.editorPanel.locator(studio.editorTitle),
> 164 | ).toHaveAttribute('value', `${data.newTitle}`);
| ^
165 | });
166 | });
167 | });
at /home/runner/work/mas/mas/nala/studio/studio.test.js:164:15
at /home/runner/work/mas/mas/nala/studio/studio.test.js:161:9
|
[mas-live-chromium] › studio/studio.test.js:114:5 › M@S Studio feature test suite › @studio-edit-title:
nala/studio/studio.test.js#L164
1) [mas-live-chromium] › studio/studio.test.js:114:5 › M@S Studio feature test suite › @studio-edit-title,@Mas-Studio › step-4: Validate edited title field
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('editor-panel').locator(locator('#card-title'))
Expected string: "Change title"
Received string: "Automation Test Card"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('editor-panel').locator(locator('#card-title'))
9 × locator resolved to <sp-textfield dir="ltr" focused="" type="text" focusable="" id="card-title" data-field="cardTitle" value="Automation Test Card" placeholder="Enter card title"></sp-textfield>
- unexpected value "Automation Test Card"
162 | await expect(
163 | await studio.editorPanel.locator(studio.editorTitle),
> 164 | ).toHaveAttribute('value', `${data.newTitle}`);
| ^
165 | });
166 | });
167 | });
at /home/runner/work/mas/mas/nala/studio/studio.test.js:164:15
at /home/runner/work/mas/mas/nala/studio/studio.test.js:161:9
|
Running Nala E2E UI Tests (20.x)
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[mas-live-chromium] › studio/studio.test.js:114:5 › M@S Studio feature test suite › @studio-edit-title,@Mas-Studio
1 skipped
2 passed (33.9s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-results
|
5.8 MB |
|