2021-02-01 22:01:47 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2022-07-06 16:37:54 +08:00
|
|
|
<meta charset="utf-8" />
|
2021-02-01 22:01:47 +08:00
|
|
|
<title>Discourse Tests</title>
|
2022-07-06 16:37:54 +08:00
|
|
|
<meta name="description" content="" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta property="og:title" content="Discourse Tests" />
|
|
|
|
<meta property="og:url" content="{{rootURL}}" />
|
2022-12-15 03:33:09 +08:00
|
|
|
<meta property="twitter:title" content="Discourse Tests" />
|
|
|
|
<meta property="twitter:url" content="{{rootURL}}" />
|
|
|
|
|
2022-11-18 01:44:44 +08:00
|
|
|
<meta name="color-scheme" content="light dark">
|
2021-02-01 22:01:47 +08:00
|
|
|
|
2022-07-06 16:37:54 +08:00
|
|
|
{{content-for "head"}} {{content-for "test-head"}}
|
2021-02-01 22:01:47 +08:00
|
|
|
|
2022-07-06 16:37:54 +08:00
|
|
|
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css" />
|
|
|
|
<link rel="stylesheet" href="{{rootURL}}assets/test-support.css" />
|
2022-11-18 01:44:44 +08:00
|
|
|
<link rel="stylesheet" href="{{rootURL}}assets/qunit.css" />
|
|
|
|
<link rel="stylesheet" href="{{rootURL}}assets/qunit-custom.css" />
|
2021-02-01 22:01:47 +08:00
|
|
|
|
2022-07-06 16:37:54 +08:00
|
|
|
{{content-for "head-footer"}} {{content-for "test-head-footer"}}
|
2021-02-01 22:01:47 +08:00
|
|
|
|
|
|
|
<style>
|
|
|
|
#ember-testing * {
|
|
|
|
-webkit-transition: none !important;
|
|
|
|
-moz-transition: none !important;
|
|
|
|
-o-transition: none !important;
|
|
|
|
transition: none !important;
|
|
|
|
}
|
2021-06-11 09:44:30 +08:00
|
|
|
#qunit-fixture {
|
|
|
|
position: absolute;
|
|
|
|
top: -10000px;
|
|
|
|
left: -10000px;
|
|
|
|
width: 1000px;
|
|
|
|
height: 1000px;
|
|
|
|
}
|
2021-02-01 22:01:47 +08:00
|
|
|
</style>
|
|
|
|
|
2021-03-19 21:32:46 +08:00
|
|
|
<script src="{{rootURL}}assets/test-i18n.js"></script>
|
2022-11-08 07:17:43 +08:00
|
|
|
<script src="{{rootURL}}assets/test-site-settings.js"></script>
|
2021-02-01 22:01:47 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-07-06 16:37:54 +08:00
|
|
|
{{content-for "body"}} {{content-for "test-body"}}
|
2021-02-01 22:01:47 +08:00
|
|
|
|
2022-07-18 17:14:37 +08:00
|
|
|
<script src="/testem.js" integrity="" data-embroider-ignore></script>
|
2021-02-01 22:01:47 +08:00
|
|
|
<script src="{{rootURL}}assets/vendor.js"></script>
|
2022-06-20 09:47:37 +08:00
|
|
|
<ember-auto-import-scripts entrypoint="app"></ember-auto-import-scripts>
|
2021-02-01 22:01:47 +08:00
|
|
|
<script src="{{rootURL}}assets/test-support.js"></script>
|
2022-06-20 09:47:37 +08:00
|
|
|
<ember-auto-import-scripts entrypoint="tests"></ember-auto-import-scripts>
|
2021-02-01 22:01:47 +08:00
|
|
|
<script src="{{rootURL}}assets/discourse.js"></script>
|
2022-08-30 02:11:59 +08:00
|
|
|
<script src="{{rootURL}}assets/markdown-it-bundle.js"></script>
|
2021-02-01 22:01:47 +08:00
|
|
|
<script src="{{rootURL}}assets/admin.js"></script>
|
2022-06-17 20:50:21 +08:00
|
|
|
<script src="{{rootURL}}assets/wizard.js"></script>
|
2021-02-01 22:01:47 +08:00
|
|
|
|
2022-08-23 17:25:07 +08:00
|
|
|
<template id="dynamic-test-js">
|
2022-10-20 01:10:06 +08:00
|
|
|
{{content-for "test-plugin-css"}}
|
2022-08-23 17:25:07 +08:00
|
|
|
{{content-for "test-plugin-js"}}
|
|
|
|
<script defer src="{{rootURL}}assets/test-helpers.js"></script>
|
|
|
|
<script defer src="{{rootURL}}assets/core-tests.js"></script>
|
|
|
|
{{content-for "test-plugin-tests-js"}}
|
|
|
|
<script defer src="{{rootURL}}assets/scripts/discourse-test-trigger-ember-cli-boot.js"></script>
|
|
|
|
<script defer src="{{rootURL}}assets/scripts/discourse-boot.js"></script>
|
|
|
|
{{content-for "body-footer"}} {{content-for "test-body-footer"}}
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<discourse-dynamic-test-js>
|
|
|
|
</discourse-dynamic-test-js>
|
|
|
|
|
|
|
|
<!-- This script takes the <template>, filters plugin assets as required, then appends to discourse-dynamic-test-js -->
|
|
|
|
<script src="{{rootURL}}assets/scripts/discourse-test-load-dynamic-js.js"></script>
|
|
|
|
|
2021-02-01 22:01:47 +08:00
|
|
|
</body>
|
|
|
|
</html>
|