Fix test failure on macOS 13

Pick-to: 6.8 6.10
Fixes: QTBUG-140088
Change-Id: I84cc0a27102a1b9ab313c2ecd5007450ff51b59e
Reviewed-by: Sami Varanka <sami.varanka@qt.io>
This commit is contained in:
Tomi Korpipaa 2025-10-01 13:11:15 +03:00
parent 47dc05aac6
commit 6ae44a9df0
1 changed files with 1 additions and 0 deletions

View File

@ -343,6 +343,7 @@ Item {
function test_2_initialized_change() {
graphsView.theme = theme2
waitForRendering(top)
waitForPolish(top)
compare(pieInitialized.legendData.length, 2)
compare(pieInitialized.legendData[0].color, "#0000ff")