Page MenuHomePhorge

D168.1732501431.diff
No OneTemporary

Size
658 B
Referenced Files
None
Subscribers
None

D168.1732501431.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, Nov 24, 6:23 PM (7 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
40002
Default Alt Text
D168.1732501431.diff (658 B)

Event Timeline