Skip to content

Commit e21df9d

Browse files
ElderJamesSteveSandersonMS
authored andcommitted
fix test
1 parent add6b66 commit e21df9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/test/E2ETest/Tests/QuickGridTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public void AdditionalAttributesApplied()
121121

122122
var idValue = grid.GetAttribute("id");
123123
var styleValue = grid.GetAttribute("style");
124-
var classList = grid.GetClasses();
124+
var classList = grid.GetAttribute("class")?.Split(" ");
125125

126126
Assert.Equal("quick-grid", idValue);
127127
Assert.Equal("custom-style", styleValue);

0 commit comments

Comments
 (0)