mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-29 08:29:40 +00:00
12 lines
177 B
Python
12 lines
177 B
Python
|
|
def test_index(s):
|
|
s.go('/')
|
|
assert 'Apparatus' in s.title
|
|
assert s('h1')
|
|
|
|
|
|
def test_index_2(s):
|
|
s.go('/')
|
|
assert 'Apparatus' in s.title
|
|
assert s('ol')
|