We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319fd2f commit c294060Copy full SHA for c294060
tests/e2e/MediaCo/portal.spec.js
@@ -100,7 +100,7 @@ test.describe('E2E test', () => {
100
const sendToMgr = page.locator('label[data-test-id="C3B43E79AEC2D689F0CF97BD6AFB7DC4"]');
101
await sendToMgr.check();
102
103
- const filePath = path.join(__dirname, '../../../../../assets/img/cableinfo.jpg');
+ const filePath = path.join(__dirname, '../../../assets/img/cableinfo.jpg');
104
105
const attachmentID = await page.locator('div[id="attachment-ID"]').textContent();
106
await page.setInputFiles(`#${attachmentID}`, filePath);
0 commit comments