fix: restore Today floating add button
This commit is contained in:
@@ -36,7 +36,7 @@ test('Today plain-list composition has no overlap or horizontal overflow', async
|
||||
}
|
||||
|
||||
const geometry = await page.locator('main').evaluate((main) => {
|
||||
const selectors = ['.today-environment', '.today-page-title', '.today-remaining', '.today-inline-filter', '.today-section-toggle']
|
||||
const selectors = ['.today-environment', '.today-heading', '.today-section-toggle']
|
||||
const rects = selectors.map(selector => main.querySelector(selector)!.getBoundingClientRect())
|
||||
const context = main.querySelector('.today-context')!
|
||||
const contextRect = context.getBoundingClientRect()
|
||||
|
||||
Reference in New Issue
Block a user