mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-30 03:51:21 -05:00
c68692212a
* chore: [Multi-domain] Rename the last of the domain/multi-domain to origin type names. * oops * typo * Update packages/driver/cypress/integration/e2e/multi-domain/multi_domain_validation_specs.ts Co-authored-by: Matt Schile <mschile@gmail.com> * Update packages/driver/cypress/integration/e2e/multi-domain/multi_domain_validation_specs.ts Co-authored-by: Matt Schile <mschile@gmail.com> Co-authored-by: Matt Schile <mschile@gmail.com>
14 lines
290 B
HTML
14 lines
290 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{title}}</title>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
document.domain = '{{domain}}';
|
|
</script>
|
|
<script src="/__cypress/runner/cypress_cross_origin_runner.js"></script>
|
|
</body>
|
|
</html>
|