Skip to content

Commit

Permalink
Prueba
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanfdezz committed Apr 26, 2024
1 parent 319da12 commit 3d67a8e
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions webapp/e2e/steps/play-calculator.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,36 +31,6 @@ defineFeature(feature, (test) => {
"Access-Control-Allow-Headers": "*",
},
});
} else if (req.url().includes("/questions")) {
req.respond({
status: 200,
headers: {
"Access-Control-Allow-Origin": "*",
},
contentType: "application/json",
body: JSON.stringify([
{
pregunta: "Test question",
respuestas: [
"Test answer 1",
"Test answer 2",
"Test answer 3",
"Test correct answer",
],
correcta: "Test correct answer",
},
{
pregunta: "Test question 2",
respuestas: [
"Test answer 1",
"Test answer 2",
"Test answer 3",
"Test correct answer",
],
correcta: "Test correct answer",
},
]),
});
} else {
req.continue();
}
Expand Down

0 comments on commit 3d67a8e

Please sign in to comment.