diff --git a/features/developer_portal/backwards_compatibility.feature b/features/developer_portal/backwards_compatibility.feature new file mode 100644 index 0000000000..909eb16627 --- /dev/null +++ b/features/developer_portal/backwards_compatibility.feature @@ -0,0 +1,24 @@ +@allow-rescue +Feature: Dev portal backwards compatibility + + As a long time 3scale user, I don't want any new updates in 3scale to break my developer portal. + + Background: + Given a provider + And the current domain is "foo.3scale.localhost" + + Scenario: Essential assets + Given the provider has main layout with: + """ + + + {% essential_assets %} + + + Good news everyone! + + + """ + And the cms page "/" has main layout + When they go to the homepage + Then they should see "Good news everyone!"