diff --git a/boffin/src/Boffin/keywords/_Utils.py b/boffin/src/Boffin/keywords/_Utils.py index 6e47d89..707d336 100644 --- a/boffin/src/Boffin/keywords/_Utils.py +++ b/boffin/src/Boffin/keywords/_Utils.py @@ -199,7 +199,6 @@ class _Utils(object): _objRepoPath = join(getcwd(), 'resources', 'objrepo') element_name = element_name.lower().replace(' ', '') - print "Element Name: " + element_name inputElement = element_name.split('.') if len(inputElement) == 1: @@ -211,15 +210,10 @@ class _Utils(object): name = inputElement[1] fullFileName = join(_objRepoPath, fileName) - print "fullFileName " + fullFileName conf = ConfigParser() conf.read(fullFileName) - print "A: " + conf.get(str(name), 'type') - print "A: " + conf.get(name, 'type') - if not conf.has_section(name): - print name return ['', None, ''] element_type = conf.get(name, 'type') diff --git a/webUI/sanity_checks.txt b/webUI/sanity_checks.txt index 343e83a..bd72c99 100644 --- a/webUI/sanity_checks.txt +++ b/webUI/sanity_checks.txt @@ -2,7 +2,7 @@ Suite Setup Suite Teardown Close All Browsers Test Setup Open Browser ${url} -Test Teardown Close All Browsers +Test Teardown End Test Library String Library Boffin.WebUIlib # Boffin framework library @@ -1089,3 +1089,7 @@ Delete environment "${name}" after test Select "Delete Environment" for chosen environment "${name}" User confirms deletion Page should not contain element "${name}" + +End Test + Run Keyword If Test Failed Capture Page Screenshot + Close All Browsers