[QA] - Develop branch
Closed this issue · 33 comments
- In the extension’s report.html file, the sidebar navigation menu bar scroller on the cookie landing page is not working properly.
- On the cookie landing page, the Exemption cookie text is not translated, whereas it is translated in the report.
- When executing the CLI with the ‘-o’ command the report.html file is not visible in output folder.
- On the page where no cookies are present, the report button is enabled, but the report download button is not working properly.
- The horizontal scroller should appear when multiple filters are selected in the global filter. Also, the menu bar could be positioned a bit lower.
- Encountering an error during CLI analysis of the Amazon site.
- The path column sorting filter is not working properly. The column has only one value, but when clicking on the filter, the values are changing.
- The errors appear when running the build command.
- [WIP] The httpOnly filter is not working properly. When CDP is off, it works fine, but when enabled, it does not sort properly.
- Extension: The 'Exempted Cookies' section appears in the report, but it is not visible on the landing page when CDP is turned off, even though it shows up in the report.
- [WIP] In the report ZIP, the cookies-issue.csv file is missing the 'priority' and 'size' columns. These columns, which are present in the table, are not present in the CSV file.
- CLI: Report partition key sorting is not working properly.
- CLI: The downloaded report.html file has a console error.
- The CSV report downloaded from the cookie table is named as: "-report.csv". To maintain consistency with other reports, could we add the date and time to this report name as well? It should be formatted as "-report.csv
- @mayan-000 The horizontal scrollbar is not functioning correctly. Initially, when the devtool is opened, the table columns within the frames are not fully visible, and the horizontal scrollbar does not work.
- CLI: In the CSV and sitemap execution via CLI, the report.html file is missing the analysis date and time information.
- The 'Analyze this tab' button is not displayed on one of the tabs immediately after switching from multi-tab to single-tab mode.
- (Known issue) CLI: GDPR banner not working properly
For Next Release
- UI : Extension Reports : The Downloaded Reports display in Light mode when your system and browser preference is dark mode.
- Extension : We need a proper message to the Blocked cookie section when there are not blocked cookies (ie. count is zero)
- Extension: On the cookie landing page, the messages in the "Known Breakages" and "Exempted Cookies" sections are not center-aligned.
- An unwanted ` symbol is visible after the migration text in the GSI description within the "Known Breakages" section.
- Extension: In the platform column, if there are entries labeled "Unknown," the sorting functionality does not work correctly. The "Unknown" values are displayed at the top of the list.
- Extension: The frames section does not work when global filters are applied in the report.
- Extension: In the Exemption Cookie section, the color does not update when selecting an exemption cookie from the filter. The color should change to reflect the selected cookie.
- CLI: The HttpOnly filter is not functioning correctly on some sites.
- The "SameSite" column is inconsistently displaying "none" and "None" for empty rows where the SameSite value is absent. It should be consistant to use either "none" or "None" consistently across all entries.
- CLI : Invalid CSV getting generated when there is JSON value added for cookies.
- In the Korean translations, some values for the SameSite column appear translated in the table, but after downloading the CSV file, those translations are not visible in the CSV.
In the extension’s report.html file, the sidebar navigation menu bar scroller on the cookie landing page is not working properly.
scroller.webm
The 'Analyze this tab' button is not displayed on one of the tabs immediately after switching from multi-tab to single-tab mode.
Steps to reproduce:
- Enable multi-tab processing and analyze 3-4 tabs.
- Disable the multi-tab settings and review all tabs. You should notice that cookies are still visible in tab where we close the mutitab settings.
- Reopen the DevTools on that tab and observe the results.
multitab.webm
On the page where no cookies are present, the report button is enabled, but the report download button is not working properly.
example.webm
The path column sorting filter is not working properly. The column has only one value, but when clicking on the filter, the values are changing.
path.webm
The httpOnly filter is not working properly. When CDP is off, it works fine, but when enabled, it does not sort properly.
Note: Same observed for partition key filter.
http.webm
The horizontal scrollbar is not functioning correctly. Initially, when the devtool is opened, the table columns within the frames are not fully visible, and the horizontal scrollbar does not work.
scroll.webm
The report analysis time is not updating correctly in the extension after downloading the report ZIP file. The final report.html
file in the extension displays the previous analysis time.
reporttime.webm
In the report.html file, sorting of the 'SameSite' column is not functioning properly.
samesite.webm
CLI: Partition key column sorting from CLI report is not working properly.
Screen.Recording.2024-07-29.at.4.42.56.PM.mov
CLI: In the CSV and sitemap execution via CLI, the report.html
file is missing the analysis date and time information.
report.webm
Extension : We need a proper message to the Blocked cookie section when there are not blocked cookies (ie. count is zero)
You can visit example site homepage https://domain-aaa.com/
Extension: In the platform column, if there are entries labeled "Unknown," the sorting functionality does not work correctly. The "Unknown" values are displayed at the top of the list.
platform.webm
Extension: The frames section does not work when global filters are applied in the report.
frames.webm
CLI : Invalid CSV getting generated if there is JSON in cookies value.
Steps to reproduce.
- psat -u https://spectator.org/defund-npr-yesterday/
- It will generate a report, open it.
- Click Download from Cookie landing page.
- extract zip file
- Open
cookies.csv
- Look for
plsGeoObj
with value in JSON format{"ip":"117.202.207.242","country":"IN","region":"MH","city":"Pune","zip":"411004","location":"18.6161,73.7286"}
The value is not parsing correctly due to double quotes, creating invalid CSV
Extension: In the Exemption Cookie section, the color does not update when selecting an exemption cookie from the filter. The color should change to reflect the selected cookie.
Steps to reproduce:
- Go to the site: https://about.disqus.com/disqus-demo-page
- Choose any exemption reason from the global filter and check the color change.
excemption.webm
CLI: The HttpOnly filter is not functioning correctly on some sites.
httponly.webm
Fixed and Released as a part of v0.10