Skip to content

Commit 19239a9

Browse files
Tweak E2E test case
1 parent 3fa9345 commit 19239a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Components/test/testassets/BasicTestApp/ReorderingFocusComponent.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
new TodoItem { Id = 1, Text = "First" },
3838
new TodoItem { Id = 2, Text = "Second" },
3939
new TodoItem { Id = 3, Text = "Third" },
40+
new TodoItem { Id = 4, Text = "Fourth" },
41+
new TodoItem { Id = 5, Text = "Fifth" },
4042
};
4143

4244
void Shuffle()

0 commit comments

Comments
 (0)