-
Notifications
You must be signed in to change notification settings - Fork 46
440 Frontend doesn't take into account the page_size parameter
#441
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
base: master
Are you sure you want to change the base?
Conversation
|
@dantownsend I don't know if this helps, but the Playwright test passes if we change the response url from this piccolo_admin/e2e/test_sort_columns.py Lines 65 to 70 in 309932f
to this with page.expect_response(
lambda response: "/tables/sorted_columns/?" in response.url
): |
@sinisaos Thanks - I'll give that a go! |
|
This PR has been marked as stale because it has been open for 30 days with no activity. Are there any blockers, or should this be closed? |
|
merge this PR @dantownsend @sinisaos |
|
@hoosnick You have to wait @dantownsend for that because I don't have permission to merge things. This PR also needs to fix the failing test, and @dantownsend was working on that. |
|
@dantownsend @hoosnick The code from this PR actually doesn't work and that's why the Playwright test fails. After #468 and #469 are merged, I'll create a PR to add
I already have code for all that. |
Resolves #440