Skip to content

Commit

Permalink
Remove unneeded scenario label.
Browse files Browse the repository at this point in the history
  • Loading branch information
techanvil committed Jul 26, 2024
1 parent 3b89177 commit 5e0d539
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function Template() {
export const Default = Template.bind( {} );
Default.storyName = 'Default';
Default.scenario = {
label: 'Modules/ReaderRevenueManager/Setup/SetupMain/Default',
// No parameters are needed for this scenario, but we still need to define the scenario object to include the story in the VRT suite.
};

export default {
Expand Down

0 comments on commit 5e0d539

Please sign in to comment.