Skip to content

Commit 4d8cbc7

Browse files
committed
Update example_apps.py
1 parent 1159d1e commit 4d8cbc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/playwright/examples/example_apps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def get_apps(path: str) -> typing.List[str]:
8888
"pd.option_context('mode.use_inf_as_na", # continutation of line above
8989
]
9090
app_allow_js_errors: typing.Dict[str, typing.List[str]] = {
91+
"airmass": ["Failed to load resource: the server responded with a status of 404"],
9192
"brownian": ["Failed to acquire camera feed:"],
9293
}
9394

0 commit comments

Comments
 (0)