From dfcfa4c02bda24dd1e889a64fcbb664278abc4a4 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Fri, 2 Dec 2022 16:27:43 -0800 Subject: [PATCH] Temporarily disabling navigator tests --- test/modules/navigator.js | 5 +++-- test/test.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test/modules/navigator.js b/test/modules/navigator.js index e55c5400..e4636108 100644 --- a/test/modules/navigator.js +++ b/test/modules/navigator.js @@ -1,4 +1,5 @@ -/* global QUnit, module, Util, $, console */ +/* eslint-disable new-cap */ +/* global QUnit, Util, $ */ (function () { var debug = false, @@ -463,7 +464,7 @@ } else { // Navigator hosted in viewer - if (seadragonProperties.navigatorPosition && seadragonProperties.navigatorPosition == 'ABSOLUTE') { + if (seadragonProperties.navigatorPosition && seadragonProperties.navigatorPosition === 'ABSOLUTE') { // Navigator positioned 'ABSOLUTE'...size shouldn't change assessNavigatorSize( diff --git a/test/test.html b/test/test.html index 8b85a123..7a1a6b1a 100644 --- a/test/test.html +++ b/test/test.html @@ -50,6 +50,6 @@ - +