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.
174 lines
7.0 KiB
HTML
Executable File
174 lines
7.0 KiB
HTML
Executable File
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
<link rel="icon" href="favicon.ico">
|
|
|
|
<title>Pricing example for BackstopJS</title>
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<!-- Custom styles for this template -->
|
|
<link href="responsiveDemo.css" rel="stylesheet">
|
|
|
|
<style type="text/css">
|
|
body .card {
|
|
/*line-height: 1.6;*/
|
|
}
|
|
.doNotRazz {
|
|
width: 100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Modal -->
|
|
<div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
|
|
<div class="modal-dialog modal-dialog-centered" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title" id="exampleModalLongTitle">Modal title</h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<img class="doNotRazz" src="./do_not_razz_the_lemur.png">
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-secondary" data-dismiss="modal">Nope</button>
|
|
<button type="button" class="btn btn-primary" data-dismiss="modal">OK</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- CONTENT -->
|
|
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom box-shadow">
|
|
<h5 class="my-0 mr-md-auto font-weight-normal">BackstopJS</h5>
|
|
<nav class="my-2 my-md-0 mr-md-3">
|
|
<a class="p-2 text-dark" href="#">Features</a>
|
|
<a class="p-2 text-dark" href="#">Enterprise</a>
|
|
<a class="p-2 text-dark" href="#">Support</a>
|
|
<a class="p-2 text-dark" href="#">Pricing</a>
|
|
</nav>
|
|
<!-- <a class="btn btn-outline-primary" href="#">Sign up</a> -->
|
|
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter">
|
|
Sign up
|
|
</button>
|
|
</div>
|
|
|
|
<div class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
|
|
<h1 class="display-4">BackstopJS Pricing</h1>
|
|
<p class="lead">High quality automated visual regression testing for the unimaginably low price of $0/mo! Get with the leemur -- and <code>npm install backstopjs</code> today!</p>
|
|
</div>
|
|
|
|
<div class="container">
|
|
<div class="card-deck mb-3 text-center">
|
|
<div class="card mb-4 box-shadow">
|
|
<div class="card-header">
|
|
<h4 class="my-0 font-weight-normal">Free</h4>
|
|
</div>
|
|
<div class="card-body">
|
|
<h1 class="card-title pricing-card-title">$0 <small class="text-muted">/ mo</small></h1>
|
|
<ul class="list-unstyled mt-3 mb-4">
|
|
<li>10 users included</li>
|
|
<li>Bring your own storage</li>
|
|
<li>Strong community support</li>
|
|
</ul>
|
|
<button type="button" class="btn btn-lg btn-block btn-outline-primary">Sign up for free</button>
|
|
</div>
|
|
</div>
|
|
<div class="card mb-4 box-shadow">
|
|
<div class="card-header">
|
|
<h4 class="my-0 font-weight-normal">Still Free...</h4>
|
|
</div>
|
|
<div class="card-body">
|
|
<h1 class="card-title pricing-card-title">$0 <small class="text-muted">/ mo</small></h1>
|
|
<ul class="list-unstyled mt-3 mb-4">
|
|
<li>100 users included</li>
|
|
<li>Bring your own storage</li>
|
|
<li>Strong community support</li>
|
|
</ul>
|
|
<button type="button" class="btn btn-lg btn-block btn-primary">Get started</button>
|
|
</div>
|
|
</div>
|
|
<div class="card mb-4 box-shadow">
|
|
<div class="card-header">
|
|
<h4 class="my-0 font-weight-normal">Crazy Free!</h4>
|
|
</div>
|
|
<div class="card-body">
|
|
<h1 class="card-title pricing-card-title">$0 <small class="text-muted">/ mo</small></h1>
|
|
<ul class="list-unstyled mt-3 mb-4">
|
|
<li>10,000 users included</li>
|
|
<li>Bring your own storage</li>
|
|
<li>Strong community support</li>
|
|
</ul>
|
|
<button type="button" class="btn btn-lg btn-block btn-primary">Contact us</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="pt-4 my-md-5 pt-md-5 border-top">
|
|
<div class="row">
|
|
<div class="col-12 col-md">
|
|
<img class="mb-2" src="https://getbootstrap.com/assets/brand/bootstrap-solid.svg" alt="" width="24" height="24">
|
|
<small class="d-block mb-3 text-muted">© 2017-2018</small>
|
|
</div>
|
|
<div class="col-6 col-md">
|
|
<h5>Features</h5>
|
|
<ul class="list-unstyled text-small">
|
|
<li><a class="text-muted" href="#">Cool stuff</a></li>
|
|
<li><a class="text-muted" href="#">Random feature</a></li>
|
|
<li><a class="text-muted" href="#">Team feature</a></li>
|
|
<li><a class="text-muted" href="#">Stuff for developers</a></li>
|
|
<li><a class="text-muted" href="#">Another one</a></li>
|
|
<li><a class="text-muted" href="#">Last time</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-6 col-md">
|
|
<h5>Resources</h5>
|
|
<ul class="list-unstyled text-small">
|
|
<li><a class="text-muted" href="#">Resource</a></li>
|
|
<li><a class="text-muted" href="#">Resource name</a></li>
|
|
<li><a class="text-muted" href="#">Another resource</a></li>
|
|
<li><a class="text-muted" href="#">Final resource</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-6 col-md">
|
|
<h5>About</h5>
|
|
<ul class="list-unstyled text-small">
|
|
<li><a class="text-muted" href="#">Team</a></li>
|
|
<li><a class="text-muted" href="#">Locations</a></li>
|
|
<li><a class="text-muted" href="#">Privacy</a></li>
|
|
<li><a class="text-muted" href="#">Terms</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
|
|
|
|
<!-- Bootstrap core JavaScript
|
|
================================================== -->
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
|
|
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
|
|
<script src="assets/js/vendor/popper.min.js"></script>
|
|
<script src="dist/js/bootstrap.min.js"></script>
|
|
<script src="assets/js/vendor/holder.min.js"></script>
|
|
<script>
|
|
Holder.addTheme('thumb', {
|
|
bg: '#55595c',
|
|
fg: '#eceeef',
|
|
text: 'Thumbnail'
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|