Closed CaptainJon closed 5 months ago
yes,because the update of expectation use the index of the table row number, so i do not work in page 2. I will see how to fix it.
the bug was fixed by 2b64f2b
glad to hear that, are you going to publish a release?
After switching expections to another page (there are many expectations),users can not modify expetations that comes begin with page 2, I suppose it is because the list was rendered by loop and items were binded with key of index, if we modify data from page 2, data from page 1 can get affected.
thus, if there are many expecations, it is not functional anymore.