From 51490626fad3c0e98ced54b9e2126d1fdb169489 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Mon, 23 May 2022 15:15:04 -0400 Subject: [PATCH] Shift left --- README.md | 10 +++++----- mkdocs_build/prepare.py | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ec8701f2..bdcdfa59 100755 --- a/README.md +++ b/README.md @@ -5,20 +5,20 @@ -

SeleniumBase

+

SeleniumBase

-

Fast, easy, and reliable Web/UI testing with Python. ✅

+

✅ Fast, easy, and reliable Web/UI automation & testing with Python.

-

+

Latest Release on GitHub Latest Release on PyPI SeleniumBase.io Docs -SeleniumBase GitHub Actions SeleniumBase +SeleniumBase GitHub Actions SeleniumBase

-

+

🚀 Start | 🎯 Features | 📝 Examples | diff --git a/mkdocs_build/prepare.py b/mkdocs_build/prepare.py index a6df567c..251d320d 100644 --- a/mkdocs_build/prepare.py +++ b/mkdocs_build/prepare.py @@ -125,7 +125,7 @@ def main(*args, **kwargs): if "" in line: changed = True line = ( - r'

' + r'

' r'' r'" in line: changed = True line = ( - '
' + '
' "

✅ Reliable Browser Testing

" "
" )