Daniel LaLiberte
Daniel LaLiberte
This behavior is almost certainly related to the Vaadin router, which intervenes by handling clicks on any anchor tag.
Are there different reasons that features don't have tests which we should display in a tooltip, similar to the "info" icon used with some features to indicate that tests don't...
You can mask it out, by specifying a mask property in the arguments to toHaveScreenshot(). Here is an example from ChromeStatus: ``` await expect(page).toHaveScreenshot('create-origin-trial-stage-dialog.png', { mask: [page.locator('section[id="history"]')] }); ``` But...
> Instead of treating these two options like Columns (and casting as ColumnKey), we should create a new entity type. Call it something like ColumnOptionDefinition Thanks. I was thinking it...
The problem now is that the actual column_options from the URL are not passed to the cell rendering even though the specs of the column_options are passed via the column...
> I am puzzled as to why these particular screenshots are in the PR, but the code looks good. They were unrelated updates after fixing problems with the playwright tests....
Currently, the sorting of columns is only indicated and specified (by the user) in the column header. With these two new "columns" being nested inside the baseline status column, we...