mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-07 20:01:42 +01:00
* add parallel command * declare vault-keys module for test helpers * use mirage to make dropdown check more reliably * wait for inputs * attempt to stabilize dashboard tests in parallel * revert wait for inputs * move problem acceptance tests to integration tests * move more tests to integration * remove assert.expect() because there are no callback assertions * delete redundant acceptance tests * cleanup login state in afterEach hook * use mirage for login settings test * update other test based on mirage handler changes * throw some waitFor in there * revert waitFor * use mirage in shared-identity-test * remove storage cleanup from this pr * remove parallel..again * remove unnecessary auth login changes * add version to dashboard/overview test "it shows the learn more card on enterprise" * convert "version 2 with no update to config endpoint still allows mount of secret engine" to integration test * restart tests * Apply suggestion from @hellobontempo Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>