60e2149072
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.
382 lines
15 KiB
JSON
382 lines
15 KiB
JSON
{
|
|
"name": "responsivedemo",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"accepts": {
|
|
"version": "1.3.5",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/accepts/-/accepts-1.3.5.tgz",
|
|
"integrity": "sha1-63d99gEXI6OxTopywIBcjoZ0a9I=",
|
|
"requires": {
|
|
"mime-types": "~2.1.18",
|
|
"negotiator": "0.6.1"
|
|
}
|
|
},
|
|
"array-flatten": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/array-flatten/-/array-flatten-1.1.1.tgz",
|
|
"integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI="
|
|
},
|
|
"body-parser": {
|
|
"version": "1.18.2",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/body-parser/-/body-parser-1.18.2.tgz",
|
|
"integrity": "sha1-h2eKGdhLR9hZuDGZvVm84iKxBFQ=",
|
|
"requires": {
|
|
"bytes": "3.0.0",
|
|
"content-type": "~1.0.4",
|
|
"debug": "2.6.9",
|
|
"depd": "~1.1.1",
|
|
"http-errors": "~1.6.2",
|
|
"iconv-lite": "0.4.19",
|
|
"on-finished": "~2.3.0",
|
|
"qs": "6.5.1",
|
|
"raw-body": "2.3.2",
|
|
"type-is": "~1.6.15"
|
|
}
|
|
},
|
|
"bytes": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/bytes/-/bytes-3.0.0.tgz",
|
|
"integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
|
|
},
|
|
"content-disposition": {
|
|
"version": "0.5.2",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/content-disposition/-/content-disposition-0.5.2.tgz",
|
|
"integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ="
|
|
},
|
|
"content-type": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/content-type/-/content-type-1.0.4.tgz",
|
|
"integrity": "sha1-4TjMdeBAxyexlm/l5fjJruJW/js="
|
|
},
|
|
"cookie": {
|
|
"version": "0.3.1",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/cookie/-/cookie-0.3.1.tgz",
|
|
"integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s="
|
|
},
|
|
"cookie-signature": {
|
|
"version": "1.0.6",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/cookie-signature/-/cookie-signature-1.0.6.tgz",
|
|
"integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw="
|
|
},
|
|
"debug": {
|
|
"version": "2.6.9",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=",
|
|
"requires": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"depd": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/depd/-/depd-1.1.2.tgz",
|
|
"integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak="
|
|
},
|
|
"destroy": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/destroy/-/destroy-1.0.4.tgz",
|
|
"integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA="
|
|
},
|
|
"ee-first": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/ee-first/-/ee-first-1.1.1.tgz",
|
|
"integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
|
|
},
|
|
"encodeurl": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
"integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k="
|
|
},
|
|
"escape-html": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/escape-html/-/escape-html-1.0.3.tgz",
|
|
"integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg="
|
|
},
|
|
"etag": {
|
|
"version": "1.8.1",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/etag/-/etag-1.8.1.tgz",
|
|
"integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc="
|
|
},
|
|
"express": {
|
|
"version": "4.16.3",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/express/-/express-4.16.3.tgz",
|
|
"integrity": "sha1-avilAjUNsyRuzEvs9rWjTSL37VM=",
|
|
"requires": {
|
|
"accepts": "~1.3.5",
|
|
"array-flatten": "1.1.1",
|
|
"body-parser": "1.18.2",
|
|
"content-disposition": "0.5.2",
|
|
"content-type": "~1.0.4",
|
|
"cookie": "0.3.1",
|
|
"cookie-signature": "1.0.6",
|
|
"debug": "2.6.9",
|
|
"depd": "~1.1.2",
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"etag": "~1.8.1",
|
|
"finalhandler": "1.1.1",
|
|
"fresh": "0.5.2",
|
|
"merge-descriptors": "1.0.1",
|
|
"methods": "~1.1.2",
|
|
"on-finished": "~2.3.0",
|
|
"parseurl": "~1.3.2",
|
|
"path-to-regexp": "0.1.7",
|
|
"proxy-addr": "~2.0.3",
|
|
"qs": "6.5.1",
|
|
"range-parser": "~1.2.0",
|
|
"safe-buffer": "5.1.1",
|
|
"send": "0.16.2",
|
|
"serve-static": "1.13.2",
|
|
"setprototypeof": "1.1.0",
|
|
"statuses": "~1.4.0",
|
|
"type-is": "~1.6.16",
|
|
"utils-merge": "1.0.1",
|
|
"vary": "~1.1.2"
|
|
}
|
|
},
|
|
"finalhandler": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/finalhandler/-/finalhandler-1.1.1.tgz",
|
|
"integrity": "sha1-7r9O2EAHnIP0JJA4ydcDAIMBsQU=",
|
|
"requires": {
|
|
"debug": "2.6.9",
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"on-finished": "~2.3.0",
|
|
"parseurl": "~1.3.2",
|
|
"statuses": "~1.4.0",
|
|
"unpipe": "~1.0.0"
|
|
}
|
|
},
|
|
"forwarded": {
|
|
"version": "0.1.2",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/forwarded/-/forwarded-0.1.2.tgz",
|
|
"integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ="
|
|
},
|
|
"fresh": {
|
|
"version": "0.5.2",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/fresh/-/fresh-0.5.2.tgz",
|
|
"integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac="
|
|
},
|
|
"http-errors": {
|
|
"version": "1.6.3",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/http-errors/-/http-errors-1.6.3.tgz",
|
|
"integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=",
|
|
"requires": {
|
|
"depd": "~1.1.2",
|
|
"inherits": "2.0.3",
|
|
"setprototypeof": "1.1.0",
|
|
"statuses": ">= 1.4.0 < 2"
|
|
}
|
|
},
|
|
"iconv-lite": {
|
|
"version": "0.4.19",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/iconv-lite/-/iconv-lite-0.4.19.tgz",
|
|
"integrity": "sha1-90aPYBNfXl2tM5nAqBvpoWA6CCs="
|
|
},
|
|
"inherits": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/inherits/-/inherits-2.0.3.tgz",
|
|
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
|
|
},
|
|
"ipaddr.js": {
|
|
"version": "1.8.0",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/ipaddr.js/-/ipaddr.js-1.8.0.tgz",
|
|
"integrity": "sha1-6qM9bd16zo9/b+DJygRA5wZzix4="
|
|
},
|
|
"media-typer": {
|
|
"version": "0.3.0",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/media-typer/-/media-typer-0.3.0.tgz",
|
|
"integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g="
|
|
},
|
|
"merge-descriptors": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
|
|
"integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E="
|
|
},
|
|
"methods": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/methods/-/methods-1.1.2.tgz",
|
|
"integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4="
|
|
},
|
|
"mime": {
|
|
"version": "1.4.1",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/mime/-/mime-1.4.1.tgz",
|
|
"integrity": "sha1-Eh+evEnjdm8xGnbh+hyAA8SwOqY="
|
|
},
|
|
"mime-db": {
|
|
"version": "1.36.0",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/mime-db/-/mime-db-1.36.0.tgz",
|
|
"integrity": "sha1-UCBHjbPH/pOq17vMTc+GnEM2M5c="
|
|
},
|
|
"mime-types": {
|
|
"version": "2.1.20",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/mime-types/-/mime-types-2.1.20.tgz",
|
|
"integrity": "sha1-kwy3GdVx6QNzhSD4RwkRVIyizBk=",
|
|
"requires": {
|
|
"mime-db": "~1.36.0"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
|
|
},
|
|
"negotiator": {
|
|
"version": "0.6.1",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/negotiator/-/negotiator-0.6.1.tgz",
|
|
"integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk="
|
|
},
|
|
"on-finished": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/on-finished/-/on-finished-2.3.0.tgz",
|
|
"integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
|
|
"requires": {
|
|
"ee-first": "1.1.1"
|
|
}
|
|
},
|
|
"parseurl": {
|
|
"version": "1.3.2",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/parseurl/-/parseurl-1.3.2.tgz",
|
|
"integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M="
|
|
},
|
|
"path-to-regexp": {
|
|
"version": "0.1.7",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
|
|
"integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w="
|
|
},
|
|
"proxy-addr": {
|
|
"version": "2.0.4",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/proxy-addr/-/proxy-addr-2.0.4.tgz",
|
|
"integrity": "sha1-7PxzO/Iv+Mb0B/onUye5q2fki5M=",
|
|
"requires": {
|
|
"forwarded": "~0.1.2",
|
|
"ipaddr.js": "1.8.0"
|
|
}
|
|
},
|
|
"qs": {
|
|
"version": "6.5.1",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/qs/-/qs-6.5.1.tgz",
|
|
"integrity": "sha1-NJzfbu+J7EXBLX1es/wMhwNDptg="
|
|
},
|
|
"range-parser": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/range-parser/-/range-parser-1.2.0.tgz",
|
|
"integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4="
|
|
},
|
|
"raw-body": {
|
|
"version": "2.3.2",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/raw-body/-/raw-body-2.3.2.tgz",
|
|
"integrity": "sha1-vNYMd9Prk83gBQKVw/N5OJvIj4k=",
|
|
"requires": {
|
|
"bytes": "3.0.0",
|
|
"http-errors": "1.6.2",
|
|
"iconv-lite": "0.4.19",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"depd": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/depd/-/depd-1.1.1.tgz",
|
|
"integrity": "sha1-V4O04cRZ8G+lyif5kfPQbnoxA1k="
|
|
},
|
|
"http-errors": {
|
|
"version": "1.6.2",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/http-errors/-/http-errors-1.6.2.tgz",
|
|
"integrity": "sha1-CgAsyFcHGSp+eUbO7cERVfYOxzY=",
|
|
"requires": {
|
|
"depd": "1.1.1",
|
|
"inherits": "2.0.3",
|
|
"setprototypeof": "1.0.3",
|
|
"statuses": ">= 1.3.1 < 2"
|
|
}
|
|
},
|
|
"setprototypeof": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/setprototypeof/-/setprototypeof-1.0.3.tgz",
|
|
"integrity": "sha1-ZlZ+NwQ+608E2RvWWMDL77VbjgQ="
|
|
}
|
|
}
|
|
},
|
|
"safe-buffer": {
|
|
"version": "5.1.1",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/safe-buffer/-/safe-buffer-5.1.1.tgz",
|
|
"integrity": "sha1-iTMSr2myEj3vcfV4iQAWce6yyFM="
|
|
},
|
|
"send": {
|
|
"version": "0.16.2",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/send/-/send-0.16.2.tgz",
|
|
"integrity": "sha1-bsyh4PjBVtFBWXVZhI32RzCmu8E=",
|
|
"requires": {
|
|
"debug": "2.6.9",
|
|
"depd": "~1.1.2",
|
|
"destroy": "~1.0.4",
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"etag": "~1.8.1",
|
|
"fresh": "0.5.2",
|
|
"http-errors": "~1.6.2",
|
|
"mime": "1.4.1",
|
|
"ms": "2.0.0",
|
|
"on-finished": "~2.3.0",
|
|
"range-parser": "~1.2.0",
|
|
"statuses": "~1.4.0"
|
|
}
|
|
},
|
|
"serve-static": {
|
|
"version": "1.13.2",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/serve-static/-/serve-static-1.13.2.tgz",
|
|
"integrity": "sha1-CV6Ecv1bRiN9tQzkhqQ/S4bGzsE=",
|
|
"requires": {
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"parseurl": "~1.3.2",
|
|
"send": "0.16.2"
|
|
}
|
|
},
|
|
"setprototypeof": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/setprototypeof/-/setprototypeof-1.1.0.tgz",
|
|
"integrity": "sha1-0L2FU2iHtv58DYGMuWLZ2RxU5lY="
|
|
},
|
|
"statuses": {
|
|
"version": "1.4.0",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/statuses/-/statuses-1.4.0.tgz",
|
|
"integrity": "sha1-u3PURtonlhBu/MG2AaJT1sRr0Ic="
|
|
},
|
|
"super-simple-web-server": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/super-simple-web-server/-/super-simple-web-server-1.0.0.tgz",
|
|
"integrity": "sha512-A5oVdVAwtq3+/l2I65w4ohGLI9qa4rSJU8c7azS4QJfR/oZXUYH5qTAQcBDnu7kMZJEjlP5qb/px4rfpIlMS9A==",
|
|
"requires": {
|
|
"express": "^4.16.3"
|
|
}
|
|
},
|
|
"type-is": {
|
|
"version": "1.6.16",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/type-is/-/type-is-1.6.16.tgz",
|
|
"integrity": "sha1-+JzjQVQcZysl7nrjxz3uOyvlAZQ=",
|
|
"requires": {
|
|
"media-typer": "0.3.0",
|
|
"mime-types": "~2.1.18"
|
|
}
|
|
},
|
|
"unpipe": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/unpipe/-/unpipe-1.0.0.tgz",
|
|
"integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw="
|
|
},
|
|
"utils-merge": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/utils-merge/-/utils-merge-1.0.1.tgz",
|
|
"integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
|
|
},
|
|
"vary": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://msfast.pkgs.visualstudio.com/_packaging/midgard/npm/registry/vary/-/vary-1.1.2.tgz",
|
|
"integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
|
|
}
|
|
}
|
|
}
|