We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1159d1e commit 4d8cbc7Copy full SHA for 4d8cbc7
tests/playwright/examples/example_apps.py
@@ -88,6 +88,7 @@ def get_apps(path: str) -> typing.List[str]:
88
"pd.option_context('mode.use_inf_as_na", # continutation of line above
89
]
90
app_allow_js_errors: typing.Dict[str, typing.List[str]] = {
91
+ "airmass": ["Failed to load resource: the server responded with a status of 404"],
92
"brownian": ["Failed to acquire camera feed:"],
93
}
94
0 commit comments