Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

table group option in the table menu #278

Merged
merged 9 commits into from
Jan 26, 2023
Prev Previous commit
Next Next commit
remove a variable that is defined multiple times
  • Loading branch information
sinisaos committed Jan 24, 2023
commit c2e630fe56ffdd96a330d358be35c6fb0c44dbd6
1 change: 0 additions & 1 deletion e2e/test_playwright.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def test_row_listing_filter(playwright: Playwright, dev_server) -> None:
context = browser.new_context(record_video_dir="videos/")
# Open new page
page = context.new_page()
page = context.new_page()
page.goto("http://localhost:8000/#/login?nextURL=%2F")
page.locator('input[name="username"]').click()
page.locator('input[name="username"]').fill("piccolo")
Expand Down