You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-requisite:
Update background in below css class to hex code for red (#ff0000) in `/automated-visual-testing/website/css/listview-grid.css` file before running the match_level_test
```css
.my-page .ui-listview .ui-li-aside {
background: #ff0000;
}
```
Change log:
Added a simple test for automation bookstore site to use MatchLevel.CONTENT
Set match level as CONTENT in conftest.py file
0 commit comments