Skip to content

Commit

Permalink
VACMS-16882: Adds the 'I feature the content' step definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsasser committed Jan 19, 2024
1 parent 5688294 commit 746d65e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Given } from "@badeball/cypress-cucumber-preprocessor";

Given("I feature the content", () => {
cy.get("#edit-field-featured-value").check({ force: true });
});

0 comments on commit 746d65e

Please sign in to comment.