Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Sep 5, 2024
1 parent 69b553d commit 2a75774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/css/techreport/techreport.css
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ select {
display: flex;
column-gap: 1rem;
font-size: 0.825rem;
padding: 10px 0;
padding: 0.625rem 0;
}

/* Table */
Expand Down
2 changes: 1 addition & 1 deletion tools/test/test_status_codes.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const test_status_codes = async () => {
await test_status_code('/reports/state-of-the-web?view=grid', 200);
await test_status_code('/reports/techreport/landing', 200);
await test_status_code('/reports/techreport/drilldown?geo=ALL&rank=ALL', 200);
await test_status_code('/reports/reports/techreport/comparison?geo=ALL&rank=ALL', 200);
await test_status_code('/reports/techreport/comparison?geo=ALL&rank=ALL', 200);
await test_status_code('/reports/cwv-tech', 302, 'https://datastudio.google.com/u/0/reporting/55bc8fad-44c2-4280-aa0b-5f3f0cd3d2be/page/M6ZPC');

// Test non-sitemap pages
Expand Down

0 comments on commit 2a75774

Please sign in to comment.