Skip to content

Commit faff18a

Browse files
switch typo fix
1 parent 253ac0b commit faff18a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/rn-tester/e2e/test/steps/buttonComponentScreen.steps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const whenUserClicksOnTheCancelApplicationButton = (when) => {
2828

2929
export const thenVerifyAlertBoxHasText = (then) => {
3030
then(/^Verify that the cancel|submit alert box has text: "(.*)"$/, async (alertBoxType, alertBoxText) => {
31-
switch(alertBoxType) {
31+
switch (alertBoxType) {
3232
case 'cancel':
3333
expect(await buttonComponentScreen.getCancelAlertText()).toContain(alertBoxText);
3434
break;

0 commit comments

Comments
 (0)