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 0b0b37f commit 04518baCopy full SHA for 04518ba
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