Skip to content

Commit f23695e

Browse files
committed
add simple workflow
1 parent 51635c5 commit f23695e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/smoke.yml

Whitespace-only changes.

modules/browser_object_context_menu.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class ContextMenu(BasePage):
1212

1313
URL_TEMPLATE = ""
1414

15-
1615
def click_context_item(
1716
self, reference: Union[str, tuple, WebElement], labels=[]
1817
) -> BasePage:
@@ -21,4 +20,4 @@ def click_context_item(
2120
"""
2221
with self.driver.context(self.driver.CONTEXT_CHROME):
2322
self.fetch(reference, labels=labels).click()
24-
return self
23+
return self

0 commit comments

Comments
 (0)