Either I'm doing this wrong or it's a bug #1276
Unanswered
DavidThielen
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I dont know DevExpress components, but if things are working sometimes, then you may have changes showing up asynchronously. Look at |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am very very new to bUnit so I may be doing this wrong. This code was working up until 2 days ago. No changes but I did do a get updates on NuGet. However, reverting back on bUnit, still a problem. I am on .NET 8 so it might be a .NET 8 update. Anyways (also on Stack Overflow), here's the question/bug:
This is for a pretty simple page. I use DevExpress and emailTextBox is a DxTextBox.
This is successful
Then this code immediately follows - and fails.
The problems are:
Is TextEditChange() not the right way to set the value in DxTextBox?
Update:
And sometimes randomly the above 2nd test passes, but then the next test, which is similar, fails. These tests assume that not only the value is being set, but that the and have then run.
Update 2:
The following works:
Beta Was this translation helpful? Give feedback.
All reactions