Skip to content

Commit

Permalink
Clarify test with a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
techanvil committed Aug 2, 2024
1 parent 29f799a commit 6d3de25
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ describe( 'SettingsEdit', () => {

// Ensure publication select is rendered.
expect( getByRole( 'menu', { hidden: true } ) ).toBeInTheDocument();

// Ensure the publication onboarding state notice is displayed.
getByText(
'Your publication requires further setup in Reader Revenue Manager'
);
Expand Down

0 comments on commit 6d3de25

Please sign in to comment.