From 89f88762c52f4c7dfca0fe1de6d41386bb673289 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 30 Jan 2022 16:12:24 +0200 Subject: Fix visual tests (#35585) * Fix visual tests They broke in #34509 * load bundle.js in visual tests Co-authored-by: GeoSot --- js/tests/visual/tooltip.html | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'js/tests/visual/tooltip.html') diff --git a/js/tests/visual/tooltip.html b/js/tests/visual/tooltip.html index 448841e58..779ac1aaf 100644 --- a/js/tests/visual/tooltip.html +++ b/js/tests/visual/tooltip.html @@ -68,13 +68,7 @@
- - - - - - - + + + + -- cgit v1.2.3 From abb1cf529fb8dfb8e66e44506eb32f8a9e0e0ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Tue, 27 Sep 2022 21:53:59 +0200 Subject: Add eslint-plugin-html to lint JS in HTML files (#37186) --- js/tests/visual/tooltip.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'js/tests/visual/tooltip.html') diff --git a/js/tests/visual/tooltip.html b/js/tests/visual/tooltip.html index 9a65640b4..1a3b9f21d 100644 --- a/js/tests/visual/tooltip.html +++ b/js/tests/visual/tooltip.html @@ -85,6 +85,8 @@ -- cgit v1.2.3 From 9042efd0f86dd571386f62bacc8738ac975517fc Mon Sep 17 00:00:00 2001 From: Louis-Maxime Piton Date: Tue, 17 Jan 2023 00:55:28 +0100 Subject: Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890) --- js/tests/visual/tooltip.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/tests/visual/tooltip.html') diff --git a/js/tests/visual/tooltip.html b/js/tests/visual/tooltip.html index 1a3b9f21d..09144b572 100644 --- a/js/tests/visual/tooltip.html +++ b/js/tests/visual/tooltip.html @@ -20,7 +20,7 @@

Tooltip Bootstrap Visual Test

-

Tight pants next level keffiyeh you probably haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel have a terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan whatever keytar, scenester farm-to-table banksy Austin twitter handle freegan cred raw denim single-origin coffee viral.

+

Tight pants next level keffiyeh you probably haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel have a terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan whatever keytar, scenester farm-to-table banksy Austin twitter handle freegan cred raw denim single-origin coffee viral.


-- cgit v1.2.3