Files
flights_web_raw/e2e/node_modules/zone.js/bundles/task-tracking.umd.min.js
T
gnezim 60e2149072 Add comprehensive e2e test suites for Tasks 16-25
Tasks 16-20: Online Board Tests (Search/Filter, Tabs, Flight List, Details Modal, Time/Date)
- Task 16: Search & Filter tests (37 tests) - departure/arrival cities, passenger count, cabin class
- Task 17: Arrival/Departure Tabs tests (45 tests) - tab switching, flight display, sorting
- Task 18: Flight List View tests (50 tests) - display, sorting, filtering, pagination, loading states
- Task 19: Flight Details Modal tests (40 tests) - opening/closing, content display, actions
- Task 20: Time & Date Filter tests (43 tests) - date selection, time ranges, calendar navigation

Tasks 21-25: Flight Details Tests (Flight Info, Passengers, Seats, Services, Fares)
- Task 21: Flight Info Display tests (40 tests) - basic info, airports, route visualization, timeline
- Task 22: Passenger Info tests (50 tests) - passenger list, details, services, special requirements
- Task 23: Seat Selection tests (50 tests) - seat map, selection, categories, recommendations
- Task 24: Service Selection tests (25 tests) - baggage, meals, seats, summary
- Task 25: Fare Display tests (55 tests) - fare breakdown, comparisons, discounts, refunds

All tests follow AAA pattern and use data-testid selectors matching Angular version.
Total: 245 tests across 10 feature suites.
2026-04-05 19:25:03 +03:00

10 lines
2.2 KiB
JavaScript
Executable File

'use strict';
/**
* @license Angular
* (c) 2010-2026 Google LLC. https://angular.dev/
* License: MIT
*/(function(g,f){if(typeof define=="function"&&define.amd){define(f)}else if(typeof exports=="object" && typeof module<"u"){module.exports=f()}else{var m=f();for(var i in m) g[i]=m[i]}}(typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : this,function(){var exports={};var __exports=exports;var module={exports};
"use strict";(function(a,i){if(typeof define=="function"&&define.amd)define(i);else if(typeof exports=="object"&&typeof module<"u")module.exports=i();else{var u=i();for(var f in u)a[f]=u[f]}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:exports,function(){var a={},i=a,u={exports:a},f=Object.defineProperty,l=function(n,e,t){return e in n?f(n,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):n[e]=t},T=function(n,e,t){return l(n,typeof e!="symbol"?e+"":e,t),t},v=function(){function n(){T(this,"name","TaskTrackingZone"),T(this,"microTasks",[]),T(this,"macroTasks",[]),T(this,"eventTasks",[]),T(this,"properties",{TaskTrackingZone:this})}return n.get=function(){return Zone.current.get("TaskTrackingZone")},n.prototype.getTasksFor=function(e){switch(e){case"microTask":return this.microTasks;case"macroTask":return this.macroTasks;case"eventTask":return this.eventTasks}throw new Error("Unknown task format: "+e)},n.prototype.onScheduleTask=function(e,t,c,r){r.creationLocation=new Error("Task '".concat(r.type,"' from '").concat(r.source,"'."));var o=this.getTasksFor(r.type);return o.push(r),e.scheduleTask(c,r)},n.prototype.onCancelTask=function(e,t,c,r){for(var o=this.getTasksFor(r.type),s=0;s<o.length;s++)if(o[s]==r){o.splice(s,1);break}return e.cancelTask(c,r)},n.prototype.onInvokeTask=function(e,t,c,r,o,s){var h;if(r.type==="eventTask"||(h=r.data)!=null&&h.isPeriodic)return e.invokeTask(c,r,o,s);for(var p=this.getTasksFor(r.type),k=0;k<p.length;k++)if(p[k]==r){p.splice(k,1);break}return e.invokeTask(c,r,o,s)},n.prototype.clearEvents=function(){for(;this.eventTasks.length;)Zone.current.cancelTask(this.eventTasks[0])},n}();function g(n){n.TaskTrackingZoneSpec=v}return g(Zone),i!=a&&(u.exports=a),u.exports});
if(__exports != exports)module.exports = exports;return module.exports}));