Skip to content

Commit

Permalink
[Tests] Fix for Blazor ExpressionBuilder tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
HClausing committed Aug 29, 2024
1 parent 287acd8 commit 3be02cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ await buttons[0].ClickAsync(new Microsoft.AspNetCore.Components.Web.MouseEventAr
viewModel.Items[0].Value1.Should().Be(viewModel.Properties[0].DefaultValue1);
viewModel.Items[0].Value2.Should().Be(viewModel.Properties[0].DefaultValue2);
selectorOp.Instance.Value.Should().Be(viewModel.Items[0].Operator);
var textField = editorCl.FindComponent<MudBlazor.MudTextField<object>>();
var textField = editorCl.FindComponent<EficazFramework.Components.NumberField<object>>();
textField.Should().NotBeNull();
textField.Instance.Value.Should().Be(viewModel.Items[0].Value1);

Expand Down

0 comments on commit 3be02cc

Please sign in to comment.