mirror of
https://github.com/searxng/searxng.git
synced 2025-07-15 01:09:21 +02:00
[mod] UI footer: correct capitalization of "SearXNG" in base.html
Some checks failed
Documentation / Release (push) Has been cancelled
Integration / Python 3.10 (push) Has been cancelled
Integration / Python 3.11 (push) Has been cancelled
Integration / Python 3.12 (push) Has been cancelled
Integration / Python 3.13 (push) Has been cancelled
Integration / Python 3.9 (push) Has been cancelled
Integration / Theme (push) Has been cancelled
Some checks failed
Documentation / Release (push) Has been cancelled
Integration / Python 3.10 (push) Has been cancelled
Integration / Python 3.11 (push) Has been cancelled
Integration / Python 3.12 (push) Has been cancelled
Integration / Python 3.13 (push) Has been cancelled
Integration / Python 3.9 (push) Has been cancelled
Integration / Theme (push) Has been cancelled
This commit is contained in:
parent
1b424b8d54
commit
37d851fb23
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ url = "http://localhost:11111/"
|
|||
def test_index(browser):
|
||||
# Visit URL
|
||||
browser.visit(url)
|
||||
assert browser.is_text_present('searxng')
|
||||
assert browser.is_text_present('SearXNG')
|
||||
|
||||
|
||||
def test_404(browser):
|
||||
|
@ -20,7 +20,7 @@ def test_404(browser):
|
|||
|
||||
def test_about(browser):
|
||||
browser.visit(url)
|
||||
browser.links.find_by_text('searxng').click()
|
||||
browser.links.find_by_text('SearXNG').click()
|
||||
assert browser.is_text_present('Why use it?')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue