Many fixes to the stability of the feature tests, including:

tree toggle issue
Query tool inteliSence issue eg. when there is only one option and drop down is not shown
Backup and restore windows locator changes
Fixes required due to resolving rm # 4041
Dependent tab not showing data sometime, so refreshed the page and handled it
Due to change of logic for auto commit, did the required changes
Due to fix of RM 4062, did the required workaround which broke the test case.
This commit is contained in:
Usman Muzaffar
2019-03-21 12:04:37 +00:00
committed by Dave Page
parent 3f22503ad2
commit be26fc540c
20 changed files with 498 additions and 222 deletions

View File

@@ -53,7 +53,7 @@ define([
myPanel.closeable(!!that.isCloseable);
var $frameArea = $('<div style="position:absolute;top:0 !important;width:100%;height:100%;display:table">');
var $frameArea = $('<div style="position:absolute;top:0 !important;width:100%;height:100%;display:table;z-index:0;">');
myPanel.layout().addItem($frameArea);
that.panel = myPanel;
var frame = new wcIFrame($frameArea, myPanel);