Skip to content

Commit

Permalink
chore: test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Sep 27, 2024
1 parent 1a8cab8 commit 7b58f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/feature-plugins.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { test, expect } from '@wordpress/e2e-test-utils-playwright';

test.describe( 'Featured Plugin', () => {

test( 'check About Us page', async({ page, admin }) => {
test( 'check recommendation', async({ page, admin }) => {
await admin.visitAdminPage( 'plugin-install.php' );

const optimoleCard = page.locator( '.plugin-card-optimole-wp' );
Expand Down

0 comments on commit 7b58f60

Please sign in to comment.