aboutsummaryrefslogtreecommitdiff
path: root/js/tests/visual/button.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2022-01-30 16:12:24 +0200
committerGitHub <[email protected]>2022-01-30 16:12:24 +0200
commit89f88762c52f4c7dfca0fe1de6d41386bb673289 (patch)
treebbe3b155cec09b852ed715e75c05795928faabf6 /js/tests/visual/button.html
parentf77a58b3816f8a85ecf4f629fe6c0671512dec08 (diff)
downloadbootstrap-89f88762c52f4c7dfca0fe1de6d41386bb673289.tar.xz
bootstrap-89f88762c52f4c7dfca0fe1de6d41386bb673289.zip
Fix visual tests (#35585)
* Fix visual tests They broke in #34509 * load bundle.js in visual tests Co-authored-by: GeoSot <[email protected]>
Diffstat (limited to 'js/tests/visual/button.html')
-rw-r--r--js/tests/visual/button.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/js/tests/visual/button.html b/js/tests/visual/button.html
index 0bd2f1097..0c54934f0 100644
--- a/js/tests/visual/button.html
+++ b/js/tests/visual/button.html
@@ -44,10 +44,6 @@
</div>
</div>
- <script src="../../dist/dom/event-handler.js"></script>
- <script src="../../dist/dom/selector-engine.js"></script>
- <script src="../../dist/dom/data.js"></script>
- <script src="../../dist/base-component.js"></script>
- <script src="../../dist/button.js"></script>
+ <script src="../../../dist/js/bootstrap.bundle.js"></script>
</body>
</html>