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

Add Datatables #863

Merged
merged 15 commits into from
Dec 23, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix test
kimadactyl committed Dec 21, 2021
commit 85e8f5df1fdde0608c2c180a803fd7d9bca996c5
4 changes: 2 additions & 2 deletions test/integration/admin/neighbourhood_integration_test.rb
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@ class AdminNeighbourhoodIntegrationTest < ActionDispatch::IntegrationTest
@neighbourhood = create(:neighbourhood)
@neighbourhood_admin = @neighbourhood.users.first
@neighbourhoods = create_list(:neighbourhood, 4)
# TODO: Change this 10 to be reflective of the current record limit
@number_of_neighbourhoods = 10
# TODO: Change this 15 to be reflective of the current record limit
@number_of_neighbourhoods = 15
@neighbourhoods << @neighbourhood
get "http://admin.lvh.me"
end