1 / 2
Hey, Laravel friends! I'm stumped by an error. In my test if I update a user and then check that the name is correctly displayed, the test works fine. (right image) But if I first check if the old name is displayed, then update the user and then check the name again, the test fails (left image)
2 likes 5 replies
?