summaryrefslogtreecommitdiffstats
path: root/testing/performance/tp7_desktop_sites.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
commitd8bbc7858622b6d9c278469aab701ca0b609cddf (patch)
treeeff41dc61d9f714852212739e6b3738b82a2af87 /testing/performance/tp7_desktop_sites.json
parentReleasing progress-linux version 125.0.3-1~progress7.99u1. (diff)
downloadfirefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz
firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/performance/tp7_desktop_sites.json')
-rw-r--r--testing/performance/tp7_desktop_sites.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/testing/performance/tp7_desktop_sites.json b/testing/performance/tp7_desktop_sites.json
new file mode 100644
index 0000000000..8d215774f1
--- /dev/null
+++ b/testing/performance/tp7_desktop_sites.json
@@ -0,0 +1,51 @@
+{
+ "desktop": [
+ {
+ "login": false,
+ "name": "weather",
+ "test_url": "https://weather.com/en-CA/weather/today/l/43.67%2C-79.42",
+ "secondary_url": "https://weather.com/en-CA/weather/monthly/l/43.67%2C-79.42",
+ "dismiss_cookie_prompt": [
+ [
+ "click.byXpathAndWait",
+ "/html/body/div[1]/main/div[2]/main/div[10]/section/section/button/svg"
+ ]
+ ]
+ },
+ {
+ "login": false,
+ "name": "samsung",
+ "test_url": "https://www.samsung.com/us",
+ "secondary_url": "https://www.samsung.com/us/mobile",
+ "dismiss_cookie_prompt": [
+ ["click.byXpathAndWait", "/html/body/div[1]/header/div[2]/div/button"]
+ ]
+ },
+ {
+ "login": false,
+ "_comment": "Bug 1890563, setup logins for openai and tiktok",
+ "name": "openai",
+ "test_url": "https://openai.com/",
+ "secondary_url": "https://openai.com/blog"
+ },
+ {
+ "login": false,
+ "name": "docomo",
+ "test_url": "https://www.docomo.ne.jp/",
+ "secondary_url": "https://www.docomo.ne.jp/iphone/?icid=CRP_menu_to_CRP_IPH"
+ },
+ {
+ "login": false,
+ "name": "tiktok",
+ "_comment": "Bug 1890563, setup logins for openai and tiktok",
+ "test_url": "https://www.tiktok.com/en",
+ "secondary_url": "https://www.tiktok.com/explore",
+ "dismiss_cookie_prompt": [
+ [
+ "click.byXpathAndWait",
+ "/html/body/div[5]/div[3]/div/div/div/div[1]/div/div/div[3]/div/div[2]/div/div/div"
+ ]
+ ]
+ }
+ ]
+}