summaryrefslogtreecommitdiff
path: root/testautomation/framework/tools/includes/customize_tools.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/framework/tools/includes/customize_tools.inc')
-rwxr-xr-xtestautomation/framework/tools/includes/customize_tools.inc9
1 files changed, 4 insertions, 5 deletions
diff --git a/testautomation/framework/tools/includes/customize_tools.inc b/testautomation/framework/tools/includes/customize_tools.inc
index 8c0cbf80f1c9..a8fd0b3dba99 100755
--- a/testautomation/framework/tools/includes/customize_tools.inc
+++ b/testautomation/framework/tools/includes/customize_tools.inc
@@ -114,9 +114,6 @@ function hToolsCustomizeSelectTab( cTab as string ) as boolean
'///+<li>Switch to one of the four available tabpages</li>
'///<ol>
kontext
- active.setPage
-
- kontext
try
@@ -193,8 +190,7 @@ function hToolsCustomizeClose( iMode as integer ) as boolean
'///<ul>
const CFN = "hToolsCustomizeClose::"
- dim brc as boolean
- brc = true
+ dim brc as boolean : brc = true
kontext
@@ -213,8 +209,11 @@ function hToolsCustomizeClose( iMode as integer ) as boolean
end select
'///</ol>
+
+
'///+<li>Verify that the dialog has indeed been closed</li>
kontext "TabCustomizeEvents"
+ TabCustomizeEvents.notExists( 3 )
if ( TabCustomizeEvents.exists() ) then
brc = false
endif