diff --git a/07_Form_Submit_Success.py b/07_Form_Submit_Success.py index ce4926f..6a21347 100644 --- a/07_Form_Submit_Success.py +++ b/07_Form_Submit_Success.py @@ -43,7 +43,7 @@ # Wait for the new page to load time.sleep(3) # Verify user is taken to Qxf2 tutorial redirect url -if (driver.current_url== 'http://qxf2.com/selenium-tutorial-redirect'): +if (driver.current_url== 'https://qxf2.com/selenium-tutorial-redirect'): print "Success" else: print "Failure"