digi-serve / kitchensink_app

Testing all AppBuilder options.
1 stars 1 forks source link

Add tests for scopes #23

Closed nh758 closed 2 years ago

nh758 commented 2 years ago

Adds tests for scopes.

  1. Filtered scope
  2. Unfiltered scope
  3. Combining filtered and unfiltered scope

Test 3 is currently failing as the scopes are not being resolved as expected in v2.

FYI, needed to fix the definitions to include scope filters, not currently saving properly on ds dev site.

nh758 commented 2 years ago

Will wait until the code is fixed. Also need to remove .only before merging