Skip to content
Snippets Groups Projects
Commit be71c20c authored by gilbo's avatar gilbo
Browse files

attempted test fixes

parent e24f4e83
No related branches found
No related tags found
No related merge requests found
openmoji/1F600.png

1.76 KiB

...@@ -38,6 +38,7 @@ Resize the window and set up the URL and web page: ...@@ -38,6 +38,7 @@ Resize the window and set up the URL and web page:
>>> wbemocks.socket.respond_200(url, content) >>> wbemocks.socket.respond_200(url, content)
>>> browser.set_parameters(WIDTH=800, HEIGHT=100, >>> browser.set_parameters(WIDTH=800, HEIGHT=100,
... VSTEP=20, HSTEP=800, SCROLL_STEP=25) ... VSTEP=20, HSTEP=800, SCROLL_STEP=25)
>>> wbemocks.MockCanvas.hide_above(-20)
Since the h-step is equal to the width and the page contents is 10 Since the h-step is equal to the width and the page contents is 10
letters, there should be 10 lines of text. Since each line is 20 letters, there should be 10 lines of text. Since each line is 20
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment