Skip to content

Commit

Permalink
reverted only
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-qa007 committed Nov 28, 2024
1 parent 390638a commit 9038912
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ describe(
agHelper.GetNClick(propPane._actionSelectorDelete);
});

it.only("4. To verify how the function behaves when an unsupported or incorrect file type is specified. The file should not download, or it should be unusable due to the incorrect file type.", () => {
it("4. To verify how the function behaves when an unsupported or incorrect file type is specified. The file should not download, or it should be unusable due to the incorrect file type.", () => {
EditorNavigation.SelectEntityByName("Button1", EntityType.Widget);
propPane.SelectPlatformFunction("onClick", "Download");
agHelper.TypeText(
Expand Down

0 comments on commit 9038912

Please sign in to comment.