mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 08:37:42 +00:00
Merge pull request #13805 from keymanapp/fix/web/gesture-fixture-extraction
fix(web): fix extraction of gesture-engine fixture used in DOM-based unit tests
This commit is contained in:
commit
76da8f4e2a
2 changed files with 4 additions and 3 deletions
|
|
@ -59,10 +59,10 @@ do_build() {
|
|||
do_test() {
|
||||
test-headless-typescript "${SUBPROJECT_NAME}"
|
||||
|
||||
./gesture-recognizer/build.sh test
|
||||
./gesture-processor/build.sh test
|
||||
}
|
||||
|
||||
builder_run_action configure do_configure
|
||||
builder_run_action clean do_clean
|
||||
builder_run_action build do_build
|
||||
builder_run_action test
|
||||
builder_run_action test do_test
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
-->
|
||||
<body>
|
||||
<!-- CSS classes for demo configuration should only be applied here, to `host-fixture`. -->
|
||||
<!-- START: recognizer host fixture -->
|
||||
<div id="host-fixture" class="screen2 bounds1 safe-loose">
|
||||
<div id='faux-viewport' class="faux-screen">
|
||||
<div class="faux-screen-border"></div>
|
||||
|
|
@ -40,7 +41,7 @@
|
|||
</div>
|
||||
<p></p>
|
||||
</div>
|
||||
<!-- end `host-fixture` -->
|
||||
<!-- END: recognizer host fixture -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Reference in a new issue