Merge pull request #1772 from node-red-hitachi/uitest-debugtab

Follow the change of tab interface for UI test
This commit is contained in:
Nick O'Leary
2018-06-25 13:37:53 +01:00
committed by GitHub

View File

@@ -15,7 +15,7 @@
**/ **/
function open() { function open() {
browser.clickWithWait('#red-ui-tab-debug'); browser.clickWithWait('#red-ui-tab-debug-link-button');
} }
function getMessage(index) { function getMessage(index) {