Skip to content

Commit

Permalink
Master/Detail page test process modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk committed Dec 6, 2023
1 parent ab0c24b commit c864e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/run/test/specs/master_detail_page_tests/separate.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = (separatePage) => {
buttons[6].click()
browser.pause(waiting)

await separatePage.navigator.waitForExist()
await separatePage.detailTable.waitForExist()
await expect(separatePage.navigator).not.toExist()
await expect(separatePage.masterTable).not.toExist()
await expect(separatePage.detailTable).toExist()
Expand Down

0 comments on commit c864e0f

Please sign in to comment.