Skip to content

Commit c03f50c

Browse files
committed
Temporarily comment out tree hover test
1 parent a4bcc86 commit c03f50c

File tree

1 file changed

+8
-6
lines changed
  • apps/css-workshop/backstop/tests

1 file changed

+8
-6
lines changed

apps/css-workshop/backstop/tests/tree.cjs

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
33
* See LICENSE.md in the project root for license terms and full copyright notice.
44
*--------------------------------------------------------------------------------------------*/
5-
const { scenario, hover, focus } = require('./~scenarioHelper.cjs');
5+
const { scenario, focus } = require('./~scenarioHelper.cjs');
66

77
module.exports = [
88
scenario('Default', {
@@ -31,11 +31,13 @@ module.exports = [
3131
}),
3232

3333
// Hover states
34-
scenario('State hover tree node', {
35-
actions: [hover('#test-node .iui-tree-node')],
36-
selectors: ['#demo-captions'],
37-
viewports: [{ width: 800, height: 600 }],
38-
}),
34+
// TODO: Investigate why hover tests are not working as expected.
35+
// https://github.com/iTwin/iTwinUI/pull/2618#discussion_r2243732177
36+
// scenario('State hover tree node', {
37+
// actions: [hover('#test-node .iui-tree-node')],
38+
// selectors: ['#demo-captions'],
39+
// viewports: [{ width: 800, height: 600 }],
40+
// }),
3941

4042
// Focus states
4143
scenario('State focus tree node', {

0 commit comments

Comments
 (0)