Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Feb 11, 2025
1 parent b204a55 commit e836c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide-e2e/src/commands/hidePopupPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class HidePopupPanel extends EventEmitter {
if (!result.value) {

browser.
saveScreenshot('/reports/screenshots/hidePopupPanel.png')
saveScreenshot('./reports/screenshots/hidePopupPanel.png')
.waitForElementVisible('*[data-id="popupPanelToggle"]')
.click('*[data-id="popupPanelToggle"]')
}
Expand Down

0 comments on commit e836c59

Please sign in to comment.