Skip to content

Commit

Permalink
Longer minimum for test
Browse files Browse the repository at this point in the history
  • Loading branch information
jepsar committed Dec 29, 2023
1 parent 1002dfa commit d251b4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class CommandButton001Test extends AbstractPrimePageTest {
void loadingState(Page page) {
// Arrange
CommandButton button = page.button;
setMinLoadAnim(100);
setMinLoadAnim(200);

// Act
page.button.click();
Expand Down

0 comments on commit d251b4d

Please sign in to comment.