Skip to content

Commit

Permalink
file path error fixed in line no 3
Browse files Browse the repository at this point in the history
  • Loading branch information
krsomayagi committed Jul 10, 2024
1 parent 6b961aa commit cd08500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/Home/migration.cy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { GetPluginId } from '../wp-module-support/pluginID.cy';
import { EventsAPI, APIList } from '../wp-module-support/eventsAPIs.cy';
import { wpLogin } from '../wp-mod ule-support/utils.cy';
import { wpLogin } from '../wp-module-support/utils.cy';
const customCommandTimeout = 20000;
const pluginId = GetPluginId();
const helpCenter = JSON.stringify( {
Expand Down

0 comments on commit cd08500

Please sign in to comment.