Skip to content

Commit 42155ef

Browse files
committed
js lint
1 parent 898c7ce commit 42155ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cypress/integration/performance.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe( 'Performance Page', { testIsolation: true }, () => {
8787

8888
it( 'hasLinkPrefetchClick capability', () => {
8989
cy.exec(
90-
`npx wp-env run cli wp option update nfd_link_prefetch_settings '{"activeOnDesktop": true, "behavior": "mouseDown"}' --format=json`
90+
`npx wp-env run cli wp option update nfd_link_prefetch_settings '{"activeOnDesktop": true, "behavior": "mouseDown"}' --format=json`
9191
);
9292
cy.exec(
9393
`npx wp-env run cli wp option update _transient_nfd_site_capabilities '{"hasLinkPrefetchClick": true, "hasLinkPrefetchHover": false}' --format=json`
@@ -100,7 +100,7 @@ describe( 'Performance Page', { testIsolation: true }, () => {
100100

101101
it( 'hasLinkPrefetchHover capability', () => {
102102
cy.exec(
103-
`npx wp-env run cli wp option update nfd_link_prefetch_settings '{"activeOnDesktop": true, "behavior": "mouseHover"}' --format=json`
103+
`npx wp-env run cli wp option update nfd_link_prefetch_settings '{"activeOnDesktop": true, "behavior": "mouseHover"}' --format=json`
104104
);
105105
cy.exec(
106106
`npx wp-env run cli wp option update _transient_nfd_site_capabilities '{"hasLinkPrefetchClick": true, "hasLinkPrefetchHover": true}' --format=json`

0 commit comments

Comments
 (0)