Skip to content

Commit

Permalink
Run frontend-framework tests only in HEAL PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
haraprasadj authored Aug 7, 2024
1 parent 3d16fe4 commit f0f3cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suites/portal/gen3ffLandingPageTest.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const I = actor();
I.cache = {};

Feature('Gen3 FF Landing Page @requires-portal @requires-frontend-framework');
Feature('Gen3 FF Landing Page @requires-portal @requires-frontend-framework @heal');

Scenario('Home page redirects to landing page', async ({ gen3ffLandingPage }) => {
I.amOnPage('/');
Expand Down

0 comments on commit f0f3cbb

Please sign in to comment.