We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9c695 commit 451d5f0Copy full SHA for 451d5f0
e2e/tests/admin.spec.ts
@@ -36,7 +36,7 @@ test( 'Stackable settings should be saved', async ( {
36
// Start waiting for Stackable Settings JSON Response before visiting the page
37
let settings = stackable.waitForSettings()
38
39
- await admin.visitAdminPage( 'options-general.php?page=stackable' )
+ await admin.visitAdminPage( 'admin.php?page=stackable-settings' )
40
// Make sure all Stackable settings are loaded
41
await settings
42
0 commit comments