mirror of
https://github.com/searxng/searxng.git
synced 2024-11-06 05:10:11 +01:00
12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
*** Settings ***
|
|
Library Selenium2Library timeout=10 implicit_wait=0.5
|
|
Test Setup Open Browser http://localhost:11111/
|
|
Test Teardown Close All Browsers
|
|
|
|
|
|
*** Test Cases ***
|
|
Front page
|
|
Page Should Contain about
|
|
Page Should Contain preferences
|
|
|