Hello, I am having a problem performing a simple login. When I first create the test case and record every step it works perfectly but when I run the test it fails. I´m using a vpn to test.
It’s a simple login and must show a homepage, but it’s showing another page of the site and shows an error in browser console. When a do a manual test its works fine but not with Katalon. I tried use a delay time in every step but did not work. This error occurs in all browsers.
My Katalon version is 7.6.2
This is the error in console:
content script: Katalon Waiter v.2 is up and running !
profile:1 [Intervention] Slow network is detected. See Intervention: WebFonts use adaptive timeouts to take fallback fonts - Chrome Platform Status for more details. Fallback font will be used while loading: https://consorcio-corredores-dev.modyo.be/assets/admin/materialdesignicons-webfont-3248c66efa5ff60a1088aa4ab9d39b395fcc2e77e03ae454621885aa1017f3a8.woff2?v=4.9.95
icons/favicon.ico:1 Failed to load resource: the server responded with a status of 404 ()
DevTools failed to load SourceMap: Could not load content for chrome-extension://mjbccjoldfiendemibncjknllbkgbklh/common/browser-polyfill.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load SourceMap: Could not load content for https://consorcio-corredores-dev.modyo.be/assets/session/popper.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
I hope you can help me, thanks.