Page MenuHomePhorge

D168.1726848099.diff
No OneTemporary

D168.1726848099.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
Fri, Sep 20, 9:01 AM (18 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16456
Default Alt Text
D168.1726848099.diff (658 B)

Event Timeline