Skip to content

Commit

Permalink
Merge pull request #136 from Arquisoft/fixFinalTest
Browse files Browse the repository at this point in the history
fix change in css
  • Loading branch information
UO287741 authored Apr 29, 2024
2 parents 82c228a + 0428dea commit 66f5871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapp/e2e/singlePlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ function delay(time) {
// Esperar a que aparezca el botón de inicio de sesión y hacer clic en él
await page.waitForSelector('button.MuiButtonBase-root:nth-child(1)');
await page.click('button.MuiButtonBase-root:nth-child(1)');

// Esperar a que aparezca el botón de juego individual y hacer clic en él
await page.waitForSelector('button.game-page-button:nth-child(1)');
await page.click('button.game-page-button:nth-child(1)');
await page.waitForSelector('a.game-page-button:nth-child(1)');
await page.click('a.game-page-button:nth-child(1)');

// Esperar a que aparezca el botón "add bot" y hacer clic en él
await page.waitForSelector('.add-bot-button');
Expand Down

0 comments on commit 66f5871

Please sign in to comment.