We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ef876 commit 37d5510Copy full SHA for 37d5510
examples/example.py
@@ -45,7 +45,7 @@ async def main():
45
console.print(
46
"\n",
47
Panel.fit(
48
- "[light_gray]New Stagehand 🤘 Python Async Test[/]",
+ "[light_gray]New Stagehand 🤘 Python Test[/]",
49
border_style="green",
50
padding=(1, 10),
51
),
@@ -230,7 +230,7 @@ async def main():
230
console.print(f"[warning]Could not fill search bar: {e}[/]")
231
232
# Final test summary
233
- console.print("\n[success]All async tests completed successfully![/]")
+ console.print("\n[success]All tests completed successfully![/]")
234
235
except Exception as e:
236
console.print(f"[error]Error during testing: {str(e)}[/]")
0 commit comments