verifyElementNotVisible timeout do not works

After setting 5 seconds of timeout, the test case last 30 seconds to mark the test step as ok.
It seems the timeout did not work correctly.

2018-06-26_1143.png

I am also having this issue with verifyElementPresent. I have the following line item in my script and it is not timing out after 5 seconds. WebUI.verifyElementPresent(findTestObject(‘Object Repository/Documents/Common Page Elements/span_There are no documents th’), 5, FailureHandling.OPTIONAL)

It times out after 3 minutes, see below.

11-02-2018 04:12:36 PM - [START] - Start action : click

11-02-2018 04:12:36 PM - [INFO] - Finding Test Object with id ‘Object Repository/Documents/File Exchange/file exchange tab/div_Show 50 100 200 entries -1st upload’

11-02-2018 04:12:36 PM - [INFO] - Checking object

11-02-2018 04:12:36 PM - [INFO] - Checking timeout

11-02-2018 04:12:36 PM - [INFO] - Finding web element with id: ‘Object Repository/Documents/File Exchange/file exchange tab/div_Show 50 100 200 entries -1st upload’ located by 'By.xpath: //div[@id = ‘fundprofile’ and (text() = 'Show 50 100 200 entries Filter Upload Files Document Title Document Type Fund Upload Date Actions test4 - pdf Uncategorized Gefus Capital Partners, II L.P. 11/02/2018 Select View Download Transition Details Delete

      Transition  Download  Delete   Edit   

Showing 1 to 1 of 1 entries

Prev 1 Next ’ or . = 'Show 50 100 200 entries Filter Upload Files Document Title Document Type Fund Upload Date Actions test4 - pdf Uncategorized Gefus Capital Partners, II L.P. 11/02/2018 Select View Download Transition Details Delete

      Transition  Download  Delete   Edit   

Showing 1 to 1 of 1 entries

Prev 1 Next ‘)]’ in ‘30’ second(s)

11-02-2018 04:13:06 PM - [INFO] - Unable to find the element located by 'By.xpath: //div[@id = ‘fundprofile’ and (text() = 'Show 50 100 200 entries Filter Upload Files Document Title Document Type Fund Upload Date Actions test4 - pdf Uncategorized Gefus Capital Partners, II L.P. 11/02/2018 Select View Download Transition Details Delete

      Transition  Download  Delete   Edit   

Showing 1 to 1 of 1 entries

Prev 1 Next ’ or . = 'Show 50 100 200 entries Filter Upload Files Document Title Document Type Fund Upload Date Actions test4 - pdf Uncategorized Gefus Capital Partners, II L.P. 11/02/2018 Select View Download Transition Details Delete

      Transition  Download  Delete   Edit   

Showing 1 to 1 of 1 entries

Prev 1 Next ‘)]’. Please recheck the objects properties to make sure the desired element is located.

11-02-2018 04:15:36 PM - [INFO] - Katalon Studio also found a similar element with these attributes: [tag, id, class, xpath]. See optimizing object identification guide: https://docs.katalon.com/x/fhlO

11-02-2018 04:15:36 PM - [INFO] - Begin finding web elements by trial and error method

11-02-2018 04:15:37 PM - [INFO] - Found web element with id: ‘Object Repository/Documents/File Exchange/file exchange tab/div_Show 50 100 200 entries -1st upload’ using xpath: //div[@id=‘fundprofile’].

11-02-2018 04:15:38 PM - [INFO] - Found web element with id: ‘Object Repository/Documents/File Exchange/file exchange tab/div_Show 50 100 200 entries -1st upload’ using xpath: //div[@id=‘right_col’]/div/div/div/div/div/div.

11-02-2018 04:15:39 PM - [INFO] - Found web element with id: ‘Object Repository/Documents/File Exchange/file exchange tab/div_Show 50 100 200 entries -1st upload’ using xpath: (.//*[normalize-space(text()) and normalize-space(.)=‘File Exchange’])[1]/following::div[1].

11-02-2018 04:15:41 PM - [INFO] - Found web element with id: ‘Object Repository/Documents/File Exchange/file exchange tab/div_Show 50 100 200 entries -1st upload’ using xpath: (.//*[normalize-space(text()) and normalize-space(.)=‘Fund Documents’])[1]/following::div[1].

11-02-2018 04:15:42 PM - [INFO] - Found web element with id: ‘Object Repository/Documents/File Exchange/file exchange tab/div_Show 50 100 200 entries -1st upload’ using xpath: //div[3]/div/div/div/div/div/div.

11-02-2018 04:15:42 PM - [INFO] - Web element found by trial and error method is not used because we can’t guarantee it reflects the intended element. See detailed troubleshooting guide for common issues: https://docs.katalon.com/x/awXR

Forgot to add that I am using version 5.8.0.

Oops, one more piece of information. Timeout was working with version 5.4.1. *Sigh*