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 5b29b41 commit 2582978Copy full SHA for 2582978
1 file changed
tests/e2e/task-snooze.spec.js
@@ -5,7 +5,7 @@ test.describe( 'PRPL Task Snooze', () => {
5
test( 'Snooze a task for one week', async ( { page, request } ) => {
6
// Navigate to Progress Planner dashboard with show all tasks parameter
7
await page.goto(
8
- `${ process.env.WORDPRESS_URL }/wp-admin/admin.php?page=progress-planner&prpl_show_all_suggested_tasks=99`
+ `${ process.env.WORDPRESS_URL }/wp-admin/admin.php?page=progress-planner&prpl_show_all_recommendations`
9
);
10
await page.waitForLoadState( 'networkidle' );
11
0 commit comments