You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tooltip of schedule button is changed to display as "Scheduler now on,
Click to turn Scheduler off", if it is on.
Fixes#370
Signed-off-by: Andreas Tolfsen <[email protected]>
Copy file name to clipboardExpand all lines: ide/main/src/content/selenium-ide-common.xul
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -276,7 +276,7 @@ limitations under the License.
276
276
</stack>
277
277
</vbox>
278
278
</stack>
279
-
<toolbarbuttonid="schedule-button"type="menu-button"label="Scheduler"class="toolbar2 toolbarbutton-1"tooltiptext="Turn test scheduler on/off"command="cmd_selenium_schedule">
279
+
<toolbarbuttonid="schedule-button"type="menu-button"label="Scheduler"class="toolbar2 toolbarbutton-1"tooltiptext="Click to turn scheduler on"command="cmd_selenium_schedule">
280
280
<menupopupid="schedulerPopup">
281
281
<menuitemlabel="Play test suites periodically"oncommand="window.editor.openSeleniumIDEScheduler(event);" />
0 commit comments