diff --git a/apps/react/src/app/pages/NotFoundPage.tsx b/apps/react/src/app/pages/NotFoundPage.tsx index d2495e9bf..afa639b88 100644 --- a/apps/react/src/app/pages/NotFoundPage.tsx +++ b/apps/react/src/app/pages/NotFoundPage.tsx @@ -1,11 +1,35 @@ import React from 'react' +import { useNavigate } from 'react-router-dom' export const NotFoundPage: React.FC = () => { + const navigate = useNavigate() + return ( -
-

404 - Page Not Found

-

The page you are looking for does not exist.

- Back to Home +
+
+

+ 404 +

+

+ The page you are looking for does not exist. +

+
+ + + Go to Home + +
+
) } diff --git a/e2e/cypress.config.ts b/e2e/cypress.config.ts index 1a8684639..20bf96d75 100644 --- a/e2e/cypress.config.ts +++ b/e2e/cypress.config.ts @@ -2,7 +2,7 @@ import { defineConfig } from 'cypress' export default defineConfig({ e2e: { - baseUrl: 'http://127.0.0.1:3003/components', + baseUrl: 'http://localhost:3001', supportFile: 'cypress/support/index.ts', specPattern: ['cypress/integration/**/*.cy.ts', 'cypress/integration/**/*.spec.ts'], viewportWidth: 1440, diff --git a/e2e/cypress/screenshots/404.cy.ts/Navigation - 404 Error Page -- 404 Page Display -- should display error message (failed).png b/e2e/cypress/screenshots/404.cy.ts/Navigation - 404 Error Page -- 404 Page Display -- should display error message (failed).png new file mode 100644 index 000000000..fe4bb7e34 Binary files /dev/null and b/e2e/cypress/screenshots/404.cy.ts/Navigation - 404 Error Page -- 404 Page Display -- should display error message (failed).png differ diff --git a/e2e/cypress/screenshots/404.cy.ts/Navigation - 404 Error Page -- 404 Page Display -- should have back button (failed).png b/e2e/cypress/screenshots/404.cy.ts/Navigation - 404 Error Page -- 404 Page Display -- should have back button (failed).png new file mode 100644 index 000000000..895d6a13b Binary files /dev/null and b/e2e/cypress/screenshots/404.cy.ts/Navigation - 404 Error Page -- 404 Page Display -- should have back button (failed).png differ diff --git a/e2e/cypress/screenshots/404.cy.ts/Navigation - 404 Error Page -- 404 Page Display -- should have home link (failed).png b/e2e/cypress/screenshots/404.cy.ts/Navigation - 404 Error Page -- 404 Page Display -- should have home link (failed).png new file mode 100644 index 000000000..d778fb7e2 Binary files /dev/null and b/e2e/cypress/screenshots/404.cy.ts/Navigation - 404 Error Page -- 404 Page Display -- should have home link (failed).png differ diff --git a/e2e/cypress/screenshots/404.cy.ts/Navigation - 404 Error Page -- 404 Page Display -- should show 404 for invalid route (failed).png b/e2e/cypress/screenshots/404.cy.ts/Navigation - 404 Error Page -- 404 Page Display -- should show 404 for invalid route (failed).png new file mode 100644 index 000000000..197dd9d34 Binary files /dev/null and b/e2e/cypress/screenshots/404.cy.ts/Navigation - 404 Error Page -- 404 Page Display -- should show 404 for invalid route (failed).png differ diff --git a/e2e/cypress/screenshots/404.cy.ts/Navigation - 404 Error Page -- Accessibility -- should have proper heading (failed).png b/e2e/cypress/screenshots/404.cy.ts/Navigation - 404 Error Page -- Accessibility -- should have proper heading (failed).png new file mode 100644 index 000000000..c6520d2ab Binary files /dev/null and b/e2e/cypress/screenshots/404.cy.ts/Navigation - 404 Error Page -- Accessibility -- should have proper heading (failed).png differ diff --git a/e2e/cypress/screenshots/base.spec.ts/Feature [Feature Name] -- Scenario User interaction -- should perform action and verify result (failed).png b/e2e/cypress/screenshots/base.spec.ts/Feature [Feature Name] -- Scenario User interaction -- should perform action and verify result (failed).png deleted file mode 100644 index 0799a9207..000000000 Binary files a/e2e/cypress/screenshots/base.spec.ts/Feature [Feature Name] -- Scenario User interaction -- should perform action and verify result (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- Date Selection -- should select date (failed).png b/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- Date Selection -- should select date (failed).png deleted file mode 100644 index 395aa4a36..000000000 Binary files a/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- Date Selection -- should select date (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- DatePicker Display -- should display calendar grid (failed).png b/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- DatePicker Display -- should display calendar grid (failed).png deleted file mode 100644 index a7903535c..000000000 Binary files a/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- DatePicker Display -- should display calendar grid (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- DatePicker Display -- should display calendar header (failed).png b/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- DatePicker Display -- should display calendar header (failed).png deleted file mode 100644 index e0e04e462..000000000 Binary files a/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- DatePicker Display -- should display calendar header (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- DatePicker Display -- should display date input (failed).png b/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- DatePicker Display -- should display date input (failed).png deleted file mode 100644 index 0a363ac4d..000000000 Binary files a/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- DatePicker Display -- should display date input (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- DatePicker Display -- should open calendar on click (failed).png b/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- DatePicker Display -- should open calendar on click (failed).png deleted file mode 100644 index a2937be4e..000000000 Binary files a/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- DatePicker Display -- should open calendar on click (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- DatePicker Display -- should show placeholder (failed).png b/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- DatePicker Display -- should show placeholder (failed).png deleted file mode 100644 index 768dc24d6..000000000 Binary files a/e2e/cypress/screenshots/datepicker.cy.ts/DatePicker Component Tests -- DatePicker Display -- should show placeholder (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Calendar Keyboard Navigation -- should navigate calendar with arrow keys (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Calendar Keyboard Navigation -- should navigate calendar with arrow keys (failed).png deleted file mode 100644 index ebcfec242..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Calendar Keyboard Navigation -- should navigate calendar with arrow keys (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Calendar Keyboard Navigation -- should select date with enter key (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Calendar Keyboard Navigation -- should select date with enter key (failed).png deleted file mode 100644 index 1b68d05b3..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Calendar Keyboard Navigation -- should select date with enter key (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Format & Localization -- should accept date input in various formats (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Format & Localization -- should accept date input in various formats (failed).png deleted file mode 100644 index aa086c639..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Format & Localization -- should accept date input in various formats (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Format & Localization -- should display date in correct format (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Format & Localization -- should display date in correct format (failed).png deleted file mode 100644 index b575b44d2..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Format & Localization -- should display date in correct format (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Format & Localization -- should show calendar in correct language (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Format & Localization -- should show calendar in correct language (failed).png deleted file mode 100644 index 1222e7def..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Format & Localization -- should show calendar in correct language (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Input Validation -- should clear error on valid input (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Input Validation -- should clear error on valid input (failed).png deleted file mode 100644 index 2dcbf5135..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Input Validation -- should clear error on valid input (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Input Validation -- should not allow dates too far in future (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Input Validation -- should not allow dates too far in future (failed).png deleted file mode 100644 index 5fdeef84c..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Input Validation -- should not allow dates too far in future (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Input Validation -- should not allow past dates (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Input Validation -- should not allow past dates (failed).png deleted file mode 100644 index b0e9f90ee..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Input Validation -- should not allow past dates (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Input Validation -- should validate date format (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Input Validation -- should validate date format (failed).png deleted file mode 100644 index 6233d16ba..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Input Validation -- should validate date format (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Persistence -- should preserve dates in URL (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Persistence -- should preserve dates in URL (failed).png deleted file mode 100644 index f6270a5e3..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Persistence -- should preserve dates in URL (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Persistence -- should preserve selected dates on page reload (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Persistence -- should preserve selected dates on page reload (failed).png deleted file mode 100644 index b363d5079..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Persistence -- should preserve selected dates on page reload (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Range Filter -- should filter flights by date range (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Range Filter -- should filter flights by date range (failed).png deleted file mode 100644 index d4843d796..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Range Filter -- should filter flights by date range (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Range Filter -- should handle date presets (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Range Filter -- should handle date presets (failed).png deleted file mode 100644 index 7efa5361e..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Range Filter -- should handle date presets (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Range Filter -- should handle month preset (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Range Filter -- should handle month preset (failed).png deleted file mode 100644 index b9a67cef5..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Range Filter -- should handle month preset (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Range Filter -- should highlight selected date range (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Range Filter -- should highlight selected date range (failed).png deleted file mode 100644 index 171451cb0..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Range Filter -- should highlight selected date range (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Range Filter -- should show calendar range selection (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Range Filter -- should show calendar range selection (failed).png deleted file mode 100644 index f2ed99a1e..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Date Range Filter -- should show calendar range selection (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Multi-city Date Selection -- should select dates for first segment (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Multi-city Date Selection -- should select dates for first segment (failed).png deleted file mode 100644 index 84aa6db45..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Multi-city Date Selection -- should select dates for first segment (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Multi-city Date Selection -- should select dates for second segment (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Multi-city Date Selection -- should select dates for second segment (failed).png deleted file mode 100644 index 3194b3dd2..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Multi-city Date Selection -- should select dates for second segment (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Special Date Cases -- should handle end of month dates (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Special Date Cases -- should handle end of month dates (failed).png deleted file mode 100644 index a5da39847..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Special Date Cases -- should handle end of month dates (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Special Date Cases -- should handle leap year dates (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Special Date Cases -- should handle leap year dates (failed).png deleted file mode 100644 index 4fad5d2db..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Special Date Cases -- should handle leap year dates (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Special Date Cases -- should handle year boundary dates (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Special Date Cases -- should handle year boundary dates (failed).png deleted file mode 100644 index 517085d66..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Special Date Cases -- should handle year boundary dates (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Time Range Filter -- should open time filter panel -- before each hook (failed).png b/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Time Range Filter -- should open time filter panel -- before each hook (failed).png deleted file mode 100644 index c26463fea..000000000 Binary files a/e2e/cypress/screenshots/online-board/time-date-filter.cy.ts/Online Board - Time & Date Filters -- Time Range Filter -- should open time filter panel -- before each hook (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Accessibility -- should be fully accessible (failed).png b/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Accessibility -- should be fully accessible (failed).png deleted file mode 100644 index 006d05887..000000000 Binary files a/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Accessibility -- should be fully accessible (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Components -- should display buttons inline (failed).png b/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Components -- should display buttons inline (failed).png deleted file mode 100644 index 698d65968..000000000 Binary files a/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Components -- should display buttons inline (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Components -- should show multi-column layout (failed).png b/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Components -- should show multi-column layout (failed).png deleted file mode 100644 index 42f1ebc27..000000000 Binary files a/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Components -- should show multi-column layout (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Layout -- should display all navigation items (failed).png b/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Layout -- should display all navigation items (failed).png deleted file mode 100644 index 072dbd738..000000000 Binary files a/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Layout -- should display all navigation items (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Layout -- should display content without horizontal scroll (failed).png b/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Layout -- should display content without horizontal scroll (failed).png deleted file mode 100644 index 318838eb7..000000000 Binary files a/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Layout -- should display content without horizontal scroll (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Layout -- should display full layout (failed).png b/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Layout -- should display full layout (failed).png deleted file mode 100644 index 41aefc8b1..000000000 Binary files a/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Layout -- should display full layout (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Layout -- should display sidebar (failed).png b/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Layout -- should display sidebar (failed).png deleted file mode 100644 index acd87f6f6..000000000 Binary files a/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Layout -- should display sidebar (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Layout -- should have proper spacing (failed).png b/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Layout -- should have proper spacing (failed).png deleted file mode 100644 index ca875eca5..000000000 Binary files a/e2e/cypress/screenshots/responsive/desktop.cy.ts/Responsive - Desktop Layout (1440px) -- Layout -- should have proper spacing (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Layout -- should display mobile layout (failed).png b/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Layout -- should display mobile layout (failed).png deleted file mode 100644 index c61b2b0d8..000000000 Binary files a/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Layout -- should display mobile layout (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Layout -- should have full-width content (failed).png b/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Layout -- should have full-width content (failed).png deleted file mode 100644 index 2bd62ad01..000000000 Binary files a/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Layout -- should have full-width content (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Layout -- should stack layout vertically (failed).png b/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Layout -- should stack layout vertically (failed).png deleted file mode 100644 index f50d3cc70..000000000 Binary files a/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Layout -- should stack layout vertically (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Navigation -- should hide sidebar by default (failed).png b/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Navigation -- should hide sidebar by default (failed).png deleted file mode 100644 index d7350a81c..000000000 Binary files a/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Navigation -- should hide sidebar by default (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Navigation -- should show hamburger menu (failed).png b/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Navigation -- should show hamburger menu (failed).png deleted file mode 100644 index 9817dae93..000000000 Binary files a/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Navigation -- should show hamburger menu (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Navigation -- should show slide-out menu (failed).png b/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Navigation -- should show slide-out menu (failed).png deleted file mode 100644 index 32e13b3ee..000000000 Binary files a/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Navigation -- should show slide-out menu (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Touch Targets -- should have proper touch target size (failed).png b/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Touch Targets -- should have proper touch target size (failed).png deleted file mode 100644 index f4f7e3aea..000000000 Binary files a/e2e/cypress/screenshots/responsive/mobile.cy.ts/Responsive - Mobile Layout (375px) -- Touch Targets -- should have proper touch target size (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Layout -- should display tablet layout (failed).png b/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Layout -- should display tablet layout (failed).png deleted file mode 100644 index c747c8b61..000000000 Binary files a/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Layout -- should display tablet layout (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Layout -- should hide or collapse sidebar (failed).png b/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Layout -- should hide or collapse sidebar (failed).png deleted file mode 100644 index 7b3fee6a4..000000000 Binary files a/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Layout -- should hide or collapse sidebar (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Layout -- should not have horizontal scroll (failed).png b/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Layout -- should not have horizontal scroll (failed).png deleted file mode 100644 index 61e0ebd6b..000000000 Binary files a/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Layout -- should not have horizontal scroll (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Layout -- should show hamburger menu (failed).png b/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Layout -- should show hamburger menu (failed).png deleted file mode 100644 index 66589e050..000000000 Binary files a/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Layout -- should show hamburger menu (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Navigation -- should have touch-friendly spacing (failed).png b/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Navigation -- should have touch-friendly spacing (failed).png deleted file mode 100644 index 4ff7a1ef2..000000000 Binary files a/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Navigation -- should have touch-friendly spacing (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Navigation -- should open menu on hamburger click (failed).png b/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Navigation -- should open menu on hamburger click (failed).png deleted file mode 100644 index 48a770f72..000000000 Binary files a/e2e/cypress/screenshots/responsive/tablet.cy.ts/Responsive - Tablet Layout (768px) -- Navigation -- should open menu on hamburger click (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/touch-interactions.cy.ts/Responsive - Touch Interactions -- Pinch Zoom -- should allow pinch zoom on images (failed).png b/e2e/cypress/screenshots/responsive/touch-interactions.cy.ts/Responsive - Touch Interactions -- Pinch Zoom -- should allow pinch zoom on images (failed).png deleted file mode 100644 index 5471c8d80..000000000 Binary files a/e2e/cypress/screenshots/responsive/touch-interactions.cy.ts/Responsive - Touch Interactions -- Pinch Zoom -- should allow pinch zoom on images (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/touch-interactions.cy.ts/Responsive - Touch Interactions -- Swipe Gestures -- should handle swipe left (failed).png b/e2e/cypress/screenshots/responsive/touch-interactions.cy.ts/Responsive - Touch Interactions -- Swipe Gestures -- should handle swipe left (failed).png deleted file mode 100644 index 046e19a0b..000000000 Binary files a/e2e/cypress/screenshots/responsive/touch-interactions.cy.ts/Responsive - Touch Interactions -- Swipe Gestures -- should handle swipe left (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/touch-interactions.cy.ts/Responsive - Touch Interactions -- Swipe Gestures -- should handle swipe right (failed).png b/e2e/cypress/screenshots/responsive/touch-interactions.cy.ts/Responsive - Touch Interactions -- Swipe Gestures -- should handle swipe right (failed).png deleted file mode 100644 index 6c410100d..000000000 Binary files a/e2e/cypress/screenshots/responsive/touch-interactions.cy.ts/Responsive - Touch Interactions -- Swipe Gestures -- should handle swipe right (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/touch-interactions.cy.ts/Responsive - Touch Interactions -- Touch Targets -- should have adequate spacing between targets (failed).png b/e2e/cypress/screenshots/responsive/touch-interactions.cy.ts/Responsive - Touch Interactions -- Touch Targets -- should have adequate spacing between targets (failed).png deleted file mode 100644 index 74b77cfde..000000000 Binary files a/e2e/cypress/screenshots/responsive/touch-interactions.cy.ts/Responsive - Touch Interactions -- Touch Targets -- should have adequate spacing between targets (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/touch-interactions.cy.ts/Responsive - Touch Interactions -- Touch Targets -- should have proper touch target size (failed).png b/e2e/cypress/screenshots/responsive/touch-interactions.cy.ts/Responsive - Touch Interactions -- Touch Targets -- should have proper touch target size (failed).png deleted file mode 100644 index 1b1d36c9e..000000000 Binary files a/e2e/cypress/screenshots/responsive/touch-interactions.cy.ts/Responsive - Touch Interactions -- Touch Targets -- should have proper touch target size (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/viewport-resize.cy.ts/Responsive - Viewport Resize -- Dynamic Resize -- should adapt to viewport resize (failed).png b/e2e/cypress/screenshots/responsive/viewport-resize.cy.ts/Responsive - Viewport Resize -- Dynamic Resize -- should adapt to viewport resize (failed).png deleted file mode 100644 index c22a88e20..000000000 Binary files a/e2e/cypress/screenshots/responsive/viewport-resize.cy.ts/Responsive - Viewport Resize -- Dynamic Resize -- should adapt to viewport resize (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/viewport-resize.cy.ts/Responsive - Viewport Resize -- Dynamic Resize -- should maintain functionality after resize (failed).png b/e2e/cypress/screenshots/responsive/viewport-resize.cy.ts/Responsive - Viewport Resize -- Dynamic Resize -- should maintain functionality after resize (failed).png deleted file mode 100644 index b89e7b785..000000000 Binary files a/e2e/cypress/screenshots/responsive/viewport-resize.cy.ts/Responsive - Viewport Resize -- Dynamic Resize -- should maintain functionality after resize (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/viewport-resize.cy.ts/Responsive - Viewport Resize -- Dynamic Resize -- should update layout on resize (failed).png b/e2e/cypress/screenshots/responsive/viewport-resize.cy.ts/Responsive - Viewport Resize -- Dynamic Resize -- should update layout on resize (failed).png deleted file mode 100644 index 830ce67f6..000000000 Binary files a/e2e/cypress/screenshots/responsive/viewport-resize.cy.ts/Responsive - Viewport Resize -- Dynamic Resize -- should update layout on resize (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/viewport-resize.cy.ts/Responsive - Viewport Resize -- Orientation Change -- should handle landscape orientation (failed).png b/e2e/cypress/screenshots/responsive/viewport-resize.cy.ts/Responsive - Viewport Resize -- Orientation Change -- should handle landscape orientation (failed).png deleted file mode 100644 index cf19e5335..000000000 Binary files a/e2e/cypress/screenshots/responsive/viewport-resize.cy.ts/Responsive - Viewport Resize -- Orientation Change -- should handle landscape orientation (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/responsive/viewport-resize.cy.ts/Responsive - Viewport Resize -- Orientation Change -- should handle portrait orientation (failed).png b/e2e/cypress/screenshots/responsive/viewport-resize.cy.ts/Responsive - Viewport Resize -- Orientation Change -- should handle portrait orientation (failed).png deleted file mode 100644 index 8f836d3fa..000000000 Binary files a/e2e/cypress/screenshots/responsive/viewport-resize.cy.ts/Responsive - Viewport Resize -- Orientation Change -- should handle portrait orientation (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/download.cy.ts/Schedule - Download Functionality -- should display download button -- before each hook (failed).png b/e2e/cypress/screenshots/schedule/download.cy.ts/Schedule - Download Functionality -- should display download button -- before each hook (failed).png deleted file mode 100644 index 637dc79f3..000000000 Binary files a/e2e/cypress/screenshots/schedule/download.cy.ts/Schedule - Download Functionality -- should display download button -- before each hook (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/filtering.cy.ts/Schedule - Filtering -- should filter by Monday -- before each hook (failed).png b/e2e/cypress/screenshots/schedule/filtering.cy.ts/Schedule - Filtering -- should filter by Monday -- before each hook (failed).png deleted file mode 100644 index 8ef09cfae..000000000 Binary files a/e2e/cypress/screenshots/schedule/filtering.cy.ts/Schedule - Filtering -- should filter by Monday -- before each hook (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/results.cy.ts/Schedule - Results Display -- should display schedule results container -- before each hook (failed).png b/e2e/cypress/screenshots/schedule/results.cy.ts/Schedule - Results Display -- should display schedule results container -- before each hook (failed).png deleted file mode 100644 index 723a37dcc..000000000 Binary files a/e2e/cypress/screenshots/schedule/results.cy.ts/Schedule - Results Display -- should display schedule results container -- before each hook (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/route-display.cy.ts/Schedule - Route Display -- should display departure airport code -- before each hook (failed).png b/e2e/cypress/screenshots/schedule/route-display.cy.ts/Schedule - Route Display -- should display departure airport code -- before each hook (failed).png deleted file mode 100644 index ad4a022d0..000000000 Binary files a/e2e/cypress/screenshots/schedule/route-display.cy.ts/Schedule - Route Display -- should display departure airport code -- before each hook (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Accessibility -- should have accessible search form (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Accessibility -- should have accessible search form (failed).png deleted file mode 100644 index f5fc3b898..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Accessibility -- should have accessible search form (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Accessibility -- should support keyboard navigation (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Accessibility -- should support keyboard navigation (failed).png deleted file mode 100644 index ad6133a9b..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Accessibility -- should support keyboard navigation (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Advanced Search Options -- should search by aircraft type (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Advanced Search Options -- should search by aircraft type (failed).png deleted file mode 100644 index 1490fe7d5..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Advanced Search Options -- should search by aircraft type (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Advanced Search Options -- should search by airline (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Advanced Search Options -- should search by airline (failed).png deleted file mode 100644 index ca1749e70..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Advanced Search Options -- should search by airline (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Advanced Search Options -- should search by service class (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Advanced Search Options -- should search by service class (failed).png deleted file mode 100644 index 4320039a0..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Advanced Search Options -- should search by service class (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Error Handling -- should handle no results (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Error Handling -- should handle no results (failed).png deleted file mode 100644 index 25601aff9..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Error Handling -- should handle no results (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Error Handling -- should handle search error (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Error Handling -- should handle search error (failed).png deleted file mode 100644 index 553bd6f8d..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Error Handling -- should handle search error (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Filters -- should filter by airline -- before each hook (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Filters -- should filter by airline -- before each hook (failed).png deleted file mode 100644 index edf7e9bb6..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Filters -- should filter by airline -- before each hook (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should clear search filters (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should clear search filters (failed).png deleted file mode 100644 index 336813ca2..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should clear search filters (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should display schedule search form (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should display schedule search form (failed).png deleted file mode 100644 index e20083a78..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should display schedule search form (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should have arrival city input (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should have arrival city input (failed).png deleted file mode 100644 index 7b6358428..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should have arrival city input (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should have departure city input (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should have departure city input (failed).png deleted file mode 100644 index 99b4d952a..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should have departure city input (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should have search button (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should have search button (failed).png deleted file mode 100644 index c664dde40..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should have search button (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should search schedule by route (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should search schedule by route (failed).png deleted file mode 100644 index 4b46f2c60..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should search schedule by route (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should validate required fields (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should validate required fields (failed).png deleted file mode 100644 index 0bbf03727..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Interface -- should validate required fields (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Results -- should display schedule list -- before each hook (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Results -- should display schedule list -- before each hook (failed).png deleted file mode 100644 index 36c238b26..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Schedule Search Results -- should display schedule list -- before each hook (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Search History -- should allow quick search from history (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Search History -- should allow quick search from history (failed).png deleted file mode 100644 index 8a75fd8e2..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Search History -- should allow quick search from history (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Search History -- should clear search history (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Search History -- should clear search history (failed).png deleted file mode 100644 index d4bb78dcb..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Search History -- should clear search history (failed).png and /dev/null differ diff --git a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Search History -- should display search history (failed).png b/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Search History -- should display search history (failed).png deleted file mode 100644 index 7dd924914..000000000 Binary files a/e2e/cypress/screenshots/schedule/search.cy.ts/Schedule - Search -- Search History -- should display search history (failed).png and /dev/null differ