Skip to content

Commit

Permalink
remove feature flag check in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesikot committed Aug 22, 2024
1 parent 12ee086 commit 1e89468
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ describe(
});

it("2. should check that select column returns value if no option is provided", () => {
featureFlagIntercept({ release_table_cell_label_value_enabled: true });
cy.readTableV2data(0, 0).then((val) => {
expect(val).to.equal("#1");
});
Expand Down

0 comments on commit 1e89468

Please sign in to comment.