From 11569d80564c60475883f84b4e83f505e48881c4 Mon Sep 17 00:00:00 2001 From: Kazuki-Nakanishi Date: Mon, 25 Jun 2018 18:48:01 +0900 Subject: [PATCH] Follow the change of tab interface for UI test --- test/editor/pageobjects/workspace/debugTab_page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/editor/pageobjects/workspace/debugTab_page.js b/test/editor/pageobjects/workspace/debugTab_page.js index c66122d70..3964d3f5d 100644 --- a/test/editor/pageobjects/workspace/debugTab_page.js +++ b/test/editor/pageobjects/workspace/debugTab_page.js @@ -15,7 +15,7 @@ **/ function open() { - browser.clickWithWait('#red-ui-tab-debug'); + browser.clickWithWait('#red-ui-tab-debug-link-button'); } function getMessage(index) {