Skip to content

Commit

Permalink
test: added https error thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed May 5, 2024
1 parent 465628f commit 97ba946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/playing_full_game_positive.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defineFeature(feature, test => {

});

when('Clicking the button to start a new game (Default gamemode)', async() => {
when('Clicking the button to start a new game (Kiwi Quest gamemode)', async() => {
await expect(page).toClick("button[data-testid='Mode-KIWI_QUEST'");
await expect(page).toClick("button[data-testid='Play']");
});
Expand Down

0 comments on commit 97ba946

Please sign in to comment.