Skip to content

Commit

Permalink
Use correct variable name
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Delawski <[email protected]>
  • Loading branch information
tharsheblows and delawski committed Aug 15, 2024
1 parent 4f0dcc0 commit 80a85f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/network-activated.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test.describe( 'Network: shows network activated states', () => {
.getByLabel( 'Network Activate Stream' )
.isVisible();

if ( isActive ) {
if ( isInactive ) {
// eslint-disable-next-line no-console
console.log( 'Activating Stream for next tests.' );
await page.getByLabel( 'Network Activate Stream' ).click();
Expand Down

0 comments on commit 80a85f1

Please sign in to comment.