Skip to content

Explicitly fabricate sandbox via browser UI

Dan Davison requested to merge dj-fulfillment-fabricate-via-browser-ui into master

What does this MR do and why?

These sandbox Sandbox.fabricate! invocations were converted to create(:sandbox) since fabricate! will, by default, create via the API and fallback to the UI.

Update to explicitly call Sandbox.fabricate_via_browser_ui! since these tests fail if creating the Sandbox via API.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports