Skip to content

Commit 49436e4

Browse files
committed
Reverted code
1 parent 1aae483 commit 49436e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/BlockList/ContentWithBlockList.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ test('cannot add number of block element greater than the maximum amount', async
148148
await umbracoUi.content.enterTextstring(inputText);
149149
await umbracoUi.content.clickCreateModalButton();
150150
await umbracoUi.content.clickAddBlockElementButton();
151-
await umbracoUi.content.clickBlockElementWithName(elementTypeName);
151+
await umbracoUi.content.clickTextButtonWithName(elementTypeName);
152152
await umbracoUi.content.enterTextstring(inputText);
153153
await umbracoUi.content.clickCreateModalButton();
154154

0 commit comments

Comments
 (0)