Skip to content

Commit c294060

Browse files
4manasamashm
andauthored
fixed the tests (#536)
* Updated and Fixed the playwright tests in react-SDK * fixed the tests --------- Co-authored-by: mashm <[email protected]>
1 parent 319fd2f commit c294060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/MediaCo/portal.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ test.describe('E2E test', () => {
100100
const sendToMgr = page.locator('label[data-test-id="C3B43E79AEC2D689F0CF97BD6AFB7DC4"]');
101101
await sendToMgr.check();
102102

103-
const filePath = path.join(__dirname, '../../../../../assets/img/cableinfo.jpg');
103+
const filePath = path.join(__dirname, '../../../assets/img/cableinfo.jpg');
104104

105105
const attachmentID = await page.locator('div[id="attachment-ID"]').textContent();
106106
await page.setInputFiles(`#${attachmentID}`, filePath);

0 commit comments

Comments
 (0)