Skip to content

Commit a5a6a4c

Browse files
committed
Add a better-named duplicate method name
1 parent 66a3930 commit a5a6a4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1987,6 +1987,10 @@ def ad_block(self):
19871987
except Exception:
19881988
pass # Don't fail test if ad_blocking fails
19891989

1990+
def block_ads(self):
1991+
""" Same as ad_block() """
1992+
self.ad_block()
1993+
19901994
def get_domain_url(self, url):
19911995
return page_utils.get_domain_url(url)
19921996

0 commit comments

Comments
 (0)