Skip to content

Commit

Permalink
Move integration tests for 9+ permissions apps
Browse files Browse the repository at this point in the history
These are the tests for granting permissions for apps with nine or more
permissions. Instead of making the account and users updating
permissions specs really long and duplicative, I opted for having a
single spec with a grantee who could either be the current user or
another user. The tests here are even more alike between namespaces than
tests for apps with eight or fewer permissions, which had some variation
based on permissions/context

Because the JavaScript tests need to set the JavaScript driver before
running the setup (in particular logging in), the setup shared between
JavaScript and non-JavaScript tests is encapsulated in a method rather
than a `setup` block
  • Loading branch information
yndajas committed Sep 9, 2024
1 parent b054b3c commit 8b251e9
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 585 deletions.
287 changes: 0 additions & 287 deletions test/integration/account/access_and_permissions_test.rb

This file was deleted.

Loading

0 comments on commit 8b251e9

Please sign in to comment.