forked from cory/tildefriends
test: Test the intro flow.
This commit is contained in:
parent
a25d08fd76
commit
daa861a98b
10
metadata/en-US/changelogs/36.txt
Normal file
10
metadata/en-US/changelogs/36.txt
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
* Faster loads.
|
||||||
|
* Minor UI tweaks.
|
||||||
|
* Fixed more shutdown issues.
|
||||||
|
* Fixed a longstanding potential database issue.
|
||||||
|
* Updates:
|
||||||
|
* CodeMirror
|
||||||
|
* QuickJS 2025-04-26
|
||||||
|
* libuv 1.51.0
|
||||||
|
* sqlite 3.49.2
|
||||||
|
* w3.css 5.02
|
@ -80,6 +80,15 @@ try:
|
|||||||
select(driver, ['tf-auth', 'shadow_root', '#loginButton'], ('click',))
|
select(driver, ['tf-auth', 'shadow_root', '#loginButton'], ('click',))
|
||||||
select(driver, ['#document', 'frame', '=identity'])
|
select(driver, ['#document', 'frame', '=identity'])
|
||||||
|
|
||||||
|
driver.get('http://localhost:8888/')
|
||||||
|
select(driver, ['#document', 'frame', '//button[text()="Next"]'], ('click',))
|
||||||
|
select(driver, ['#document', 'frame', '//button[text()="Onward"]'], ('click',))
|
||||||
|
select(driver, ['#document', 'frame', '//button[text()="Got It"]'], ('click',))
|
||||||
|
select(driver, ['#document', 'frame', '//button[text()="Okay"]'], ('click',))
|
||||||
|
select(driver, ['#document', 'frame', '//button[text()="Let\'s Go!"]'], ('click',))
|
||||||
|
select(driver, ['//button[text()="✅ Allow"]'], ('click',))
|
||||||
|
select(driver, ['#document', 'frame', 'tf-app', 'shadow_root', '#tf-tab-news', 'shadow_root', '#tf-compose', 'shadow_root', '#edit'], ('send_keys', 'We made it to the ssb app.'))
|
||||||
|
|
||||||
driver.get('http://localhost:8888/~core/admin/')
|
driver.get('http://localhost:8888/~core/admin/')
|
||||||
select(driver, ['#document', 'frame', '#gs_room_name'], ('send_keys', 'test room'))
|
select(driver, ['#document', 'frame', '#gs_room_name'], ('send_keys', 'test room'))
|
||||||
select(driver, ['#document', 'frame', '//*[@id="gs_room_name"]/following-sibling::button'], ('click',))
|
select(driver, ['#document', 'frame', '//*[@id="gs_room_name"]/following-sibling::button'], ('click',))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user