consul/ui/packages/consul-ui/tests
John Cowen 45ac42e0fe ui: Unskip auth-method serializer test (#10878)
During #9617 we added a list view only for AuthMethods, but not a detail view. We did add the Adapter/Serializer that collected/reshaped data for a detail view.

The test for this serializer was skipped here, but I'm not sure why.

We then added #9845 which began to use this AuthMethod Serializer, but we didn't go back to finish up the skipped test here either.

This PR unskips this test and finishes off the test correctly.
2021-08-25 11:35:30 +00:00
..
acceptance ui: [BUGFIX] Ensure in-folder KVs are created in the correct folder (#10569) 2021-07-15 09:38:23 +00:00
helpers ui: Show the correct 'ACLs Disabled' page when ACLs are disabled (#10604) 2021-07-14 17:52:50 +00:00
integration ui: Unskip auth-method serializer test (#10878) 2021-08-25 11:35:30 +00:00
lib ui: Support Route optional parameters/segments (#10212) 2021-05-26 16:46:46 +00:00
pages ui: Create and use collapsible notices component (#10270) 2021-05-27 08:01:01 -04:00
steps ui: Show the correct 'ACLs Disabled' page when ACLs are disabled (#10604) 2021-07-14 17:52:50 +00:00
unit ui: [BUGFIX] Properly encode non-URL safe characters in OIDC responses (#10901) 2021-08-24 15:59:54 +00:00
dictionary.js ui: Dependency Upgrade (#9907) 2021-03-19 15:14:07 +00:00
index.html
pages.js ui: Create and use collapsible notices component (#10270) 2021-05-27 08:01:01 -04:00
steps.js ui: Support Route optional parameters/segments (#10212) 2021-05-26 16:46:46 +00:00
test-helper.js