mirror of
https://github.com/suitenumerique/docs.git
synced 2026-04-25 17:15:01 +02:00
🥚(e2e) fix e2e easter egg
The test e2e were not working on April 1st because of the easter egg that changes the document emoji to a fish.
This commit is contained in:
@@ -179,7 +179,8 @@ test.describe('Doc Header', () => {
|
||||
await optionMenu.click();
|
||||
await expect(removeEmojiMenuItem).toBeHidden();
|
||||
await addEmojiMenuItem.click();
|
||||
await expect(emojiPicker).toHaveText('📄');
|
||||
// The 1 April the emoji is a fish
|
||||
await expect(emojiPicker).toHaveText(/📄|🐟/);
|
||||
|
||||
// Change emoji
|
||||
await emojiPicker.click({
|
||||
|
||||
Reference in New Issue
Block a user