Add universal filter to tag details page (#690)
* Add universal filter to tag details page * fixup! Add universal filter to tag details page
This commit is contained in:
parent
442ace69bb
commit
67d8f9e0dd
2 changed files with 249 additions and 71 deletions
|
|
@ -135,9 +135,6 @@ test.describe('Today', () => {
|
|||
} else {
|
||||
// If section not visible, the settings might be hiding it
|
||||
// Skip this assertion but don't fail the test
|
||||
console.log(
|
||||
'Overdue section not visible - may be hidden by settings'
|
||||
);
|
||||
}
|
||||
|
||||
// Clean up
|
||||
|
|
@ -195,9 +192,6 @@ test.describe('Today', () => {
|
|||
await expect(dueTodayTask).toBeVisible();
|
||||
} else {
|
||||
// If section not visible, the settings might be hiding it
|
||||
console.log(
|
||||
'Due Today section not visible - may be hidden by settings'
|
||||
);
|
||||
}
|
||||
|
||||
// Clean up
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue