Skip to content

Commit 7b9796c

Browse files
committed
fix: correct console warning message formatting in Applitools config
1 parent c6e75ca commit 7b9796c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ We've hidden a couple of fun surprises in our web app, just for you. Discovering
2727
1. Open our [web app](https://open-bus-map-search.hasadna.org.il/dashboard)
2828
2. **Unleash the Magic Words:**
2929
To reveal the hidden gems, use your keyboard to type the following commands:
30-
3130
- **Type "storybook":**
3231
Watch the magic unfold as you type "storybook" on your keyboard. You might just stumble upon our Storybook, a treasure trove of UI components showcasing the beauty and functionality of our app.
3332
- **Type "geek":**

applitools.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
) {
1111
await new Promise((resolve) => setTimeout(resolve, 100))
1212
if (Date.now() - startTime > 10000) {
13-
console.warn('Waited too long for skeletons to disappear, proceeding anyway.');
13+
console.warn('Waited too long for skeletons to disappear, proceeding anyway.')
1414
break
1515
}
1616
}

0 commit comments

Comments
 (0)