Skip to content

Commit

Permalink
EXAMPLES : Remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
crdoconnor committed Dec 11, 2023
1 parent bd45bb1 commit c12b6aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/website/hitch/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,9 @@ def load_website(self, url):

def enter(self, on, text):
self._pcm.element(on).fill(text)
# self._page.get_by_test_id(slugify(on)).fill(text)

def click(self, on):
self._pcm.element(on).click()
# self._page.get_by_test_id(slugify(on)).click()

@validate(which=Int())
@no_stacktrace_for(AssertionError)
Expand Down

0 comments on commit c12b6aa

Please sign in to comment.