Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F114400
D168.1732544217.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
658 B
Referenced Files
None
Subscribers
None
D168.1732544217.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 6:16 AM (19 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
40002
Default Alt Text
D168.1732544217.diff (658 B)
Attached To
Mode
D168: Make ReactToEventPopupTest more reproducible
Attached
Detach File
Event Timeline
Log In to Comment