Skip to content

Commit 2af0e8b

Browse files
committed
remove debug code
1 parent 8b0f242 commit 2af0e8b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/e2e/task-snooze.spec.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ test.describe( 'PRPL Task Snooze', () => {
2626
);
2727

2828
if ( taskToSnooze ) {
29-
// Debug.
30-
const wrap = page.locator(
31-
'div.prpl-dashboard-widget-suggested-tasks'
32-
);
33-
const outer = await wrap.evaluate( ( el ) => el.outerHTML );
34-
console.log( 'outerHTML:', outer );
35-
3629
// Hover over the task to show actions
3730
const taskElement = page.locator(
3831
`li[data-task-id="${ taskToSnooze.task_id }"]`

0 commit comments

Comments
 (0)