Update an example test

This commit is contained in:
Michael Mintz 2021-11-15 13:46:37 -05:00
parent fcbe11c31e
commit 3ddc9979bc
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
import time
from seleniumbase import BaseCase
@ -16,4 +15,4 @@ class ProxyTests(BaseCase):
data.append(row.strip())
print("\n".join(data).replace('\n"', " "))
print("\nThe browser will close automatically in 7 seconds...")
time.sleep(7)
self.sleep(7)