Skip to content

Commit

Permalink
Fix compilation error in IT for #762
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Jun 17, 2023
1 parent e83962e commit 8b0a74a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public void destroyViewState() {
assertEquals("unload submit", messages.getText()); // Unload was from previous tab.
}

@Test @InSequence(4)
@Test @Order(4)
public void destroyViewStateWithJsfMapping() {
open("ViewScopedIT.jsf");
destroyViewState();
Expand Down

0 comments on commit 8b0a74a

Please sign in to comment.