Skip to content

Commit

Permalink
actualizado test del light
Browse files Browse the repository at this point in the history
  • Loading branch information
uo282189 committed Apr 30, 2024
1 parent f77e63c commit ca9c34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/basicButtons-form.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ defineFeature(feature, test => {
const backgroundColor = await page.$eval('#navbar', el => getComputedStyle(el).backgroundColor);

// Verifica que el color de fondo coincide con el claro
expect(backgroundColor).toBe('rgb(254, 245, 198)');
expect(backgroundColor).toBe('rgb(55, 190, 176)');
});
})

Expand Down

0 comments on commit ca9c34b

Please sign in to comment.