WesWhit
4 days agoContributor
Unable to assert text in WPF ListView item
I am trying to assert the text of a specific cell in a WPF ListView item.
but they are both identical except for the text. this is what I'm using to do the assertion but it's very flaky. It will always target "Asset 1" correctly when asked but will only sometimes target "Asset 2" when asked otherwise it targets the first in the list.
Does anyone know how you can consistently target the cell you want when all attributes are identical?