Skip to content

Commit

Permalink
🥒 adds scenarios to prevent errors from missing assets
Browse files Browse the repository at this point in the history
  • Loading branch information
josemigallas committed May 16, 2024
1 parent b1b0e1d commit 6da03a0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions features/developer_portal/backwards_compatibility.feature
Original file line number Diff line number Diff line change
@@ -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:
"""
<html>
<head>
{% essential_assets %}
</head>
<body>
Good news everyone!
</body>
</html>
"""
And the cms page "/" has main layout
When they go to the homepage
Then they should see "Good news everyone!"

0 comments on commit 6da03a0

Please sign in to comment.