File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
apps/css-workshop/backstop/tests Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 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
77module . 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' , {
You can’t perform that action at this time.
0 commit comments