Skip to content

Commit 0f99864

Browse files
committed
change comment
1 parent 6c7d6bb commit 0f99864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/browser_object_navigation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ def open_tracker_panel(self) -> BasePage:
188188
"""
189189
Clicks the shield icon and opens the panel associated with it
190190
"""
191-
self.set_chrome_context()
191+
# self.set_chrome_context()
192192
self.get_element("shield-icon").click()
193193
return self

modules/browser_object_tracker_panel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def shield_active() -> bool:
5252

5353
def verify_tracker_shield_indicator(self, nav: Navigation) -> BasePage:
5454
"""
55-
Verifies that the shield icon is
55+
Verifies that the shield icon is in the correct mode
5656
"""
5757
with self.driver.context(self.context_id):
5858
shield_icon = self.get_element("shield-icon")

0 commit comments

Comments
 (0)