Skip to content

Commit

Permalink
chore: remove appLogo.png error
Browse files Browse the repository at this point in the history
  • Loading branch information
hetangmodi-crest committed Dec 10, 2024
1 parent a76d30e commit e31c82c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/ui/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Any, Iterator
from typing import Any, Iterator, List

import pytest

Expand Down Expand Up @@ -32,9 +32,7 @@ def pytest_runtest_call(item: pytest.Item) -> Iterator[Any]:

yield

IGNORED = {
"appLogo.png - Failed to load resource: the server responded with a status of 404 (Not Found)",
}
IGNORED: List[str] = []

browser_logs = s_utils.get_browser_logs(item.selenium_helper.browser)
severe_logs = [
Expand Down

0 comments on commit e31c82c

Please sign in to comment.