Page MenuHomePhorge

D168.1777799928.diff
No OneTemporary

Size
658 B
Referenced Files
None
Subscribers
None

D168.1777799928.diff

diff --git a/src/tests/quick-tests/tst_ReactToEventPopup.qml b/src/tests/quick-tests/tst_ReactToEventPopup.qml
--- a/src/tests/quick-tests/tst_ReactToEventPopup.qml
+++ b/src/tests/quick-tests/tst_ReactToEventPopup.qml
@@ -23,8 +23,9 @@
popup.open();
const grid = findChild(popup, 'emojiGrid');
waitForRendering(grid);
- mouseClick(grid.currentItem);
- tryVerify(() => findChild(popup, 'reactionTextInput').text === grid.currentItem.str);
+ tryVerify(() => grid.itemAtIndex(0).visible);
+ mouseClick(grid.itemAtIndex(0));
+ tryVerify(() => findChild(popup, 'reactionTextInput').text === '😀');
}
}
}

File Metadata

Mime Type
text/plain
Expires
Sun, May 3, 2:18 AM (19 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1437472
Default Alt Text
D168.1777799928.diff (658 B)

Event Timeline