Skip to content

Commit

Permalink
e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus committed Nov 30, 2023
1 parent bb3a3e6 commit b841173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/remix-ide-e2e/src/tests/migrateFileSystem.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ module.exports = {
.waitForElementVisible('*[data-id="remixIdeSidePanel"]', 5000)
.waitForElementVisible('div[data-id="filePanelFileExplorerTree"]')
.openFile('TEST_README.txt')
.pause(6000)
.getEditorValue((content) => {
browser.assert.equal(content, 'TEST README')
})
Expand Down

0 comments on commit b841173

Please sign in to comment.