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 6e67fc4 commit aaee279Copy full SHA for aaee279
src/test/java/com/eliasnogueira/test/BookRoomWebTest.java
@@ -55,6 +55,6 @@ public void bookARoom() {
55
detailPage.finish();
56
57
assertThat(detailPage.getAlertMessage())
58
- .isEqualTo("YYour reservation has been made and we will contact you shortly");
+ .isEqualTo("Your reservation has been made and we will contact you shortly");
59
}
60
0 commit comments