We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfa966 commit 13b9530Copy full SHA for 13b9530
JournalApp.Tests/ManageCategoriesTests.razor
@@ -85,7 +85,7 @@
85
);
86
87
// Initial state.
88
- layout.FindAll(".manage-category-edit-button").Count.Should().Be(13);
+ layout.FindAll(".manage-category-edit-button").Count.Should().Be(12);
89
90
// Open the dialog to create a new category.
91
layout.Find(".add-category-button").Click();
@@ -96,7 +96,7 @@
96
97
// Submit changes and confirm there is a new category in the list.
98
layout.Find(".category-dialog .submit-button").Click();
99
- layout.FindAll(".manage-category-edit-button").Count.Should().Be(14);
+ layout.FindAll(".manage-category-edit-button").Count.Should().Be(13);
100
}
101
102
[Fact]
0 commit comments