Clean up integration form specs
Some new recommendations / techniques for writing frontend specs that have not been applied to older specs in the integrations/edit folder: - Replace find with findComponent where possible. - Get rid of "if (wrapper)" and "wrapper = null". - Use mountExtended / shallowMountExtended from utils helper to use findByTestId.
Showing
Please register or sign in to comment