mirror of https://github.com/qt/qtgraphs.git
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:
parent
47dc05aac6
commit
6ae44a9df0
|
|
@ -343,6 +343,7 @@ Item {
|
||||||
function test_2_initialized_change() {
|
function test_2_initialized_change() {
|
||||||
graphsView.theme = theme2
|
graphsView.theme = theme2
|
||||||
waitForRendering(top)
|
waitForRendering(top)
|
||||||
|
waitForPolish(top)
|
||||||
compare(pieInitialized.legendData.length, 2)
|
compare(pieInitialized.legendData.length, 2)
|
||||||
|
|
||||||
compare(pieInitialized.legendData[0].color, "#0000ff")
|
compare(pieInitialized.legendData[0].color, "#0000ff")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue