Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit fe6721e

Browse files
committed
Add test_nationalgeographic
1 parent 6edb89d commit fe6721e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tests/functional/eyes_selenium/selenium/test_client_sites.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,23 @@ def test_omnicomprgroup(eyes, driver):
5151
eyes.close()
5252

5353

54+
@pytest.mark.platform("Linux")
55+
def test_nationalgeographic(eyes, driver):
56+
eyes.stitch_mode = StitchMode.CSS
57+
eyes.force_full_page_screenshot = True
58+
driver = eyes.open(
59+
driver,
60+
"Python SDK",
61+
"TestNationalgeographic_FPS",
62+
{"width": 800, "height": 600},
63+
)
64+
driver.get(
65+
"https://www.nationalgeographic.com/photography/proof/2016/05/omar-diop-refugee-mbororo-portraits/?disableAds=true"
66+
)
67+
eyes.check_window()
68+
eyes.close()
69+
70+
5471
@pytest.mark.platform("Linux")
5572
def test_zachs_app(eyes, driver):
5673
driver.get("https://www.goodrx.com/xarelto/what-is")

0 commit comments

Comments
 (0)