F41: Due to using meta refresh to reload the page

HTML Snippet Code
Scenario 1: Page with meta refresh
View Example <html id="divPrw" lang="en"><head> <title>Page with meta refresh</title> <meta http-equiv="refresh" content="20" /> </head> <body> <h1 style="font-size:20px">Welcome to Deque test Application</h1> <p>This example demonstrate refreshing the page after 20 seconds </p> </body></html>