Bug 180414

Summary: WebDriver: test imported/w3c/webdriver/tests/state/get_element_property.py::test_element fails
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebDriverAssignee: Ms2ger (he/him; ⌚ UTC+1/+2) <Ms2ger>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, Ms2ger, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch commit-queue: commit-queue-

Carlos Garcia Campos
Reported 2017-12-05 03:21:41 PST
session = <webdriver.client.Session object at 0x7fa64e82e750> def test_element(session): # 13.3 step 5-7 session.url = inline("<input type=checkbox>") element = session.find.css("input", all=False) element.click() > assert None == session.execute_script("return arguments[0].hasAttribute('checked')", args=[element]) E assert None == False E + where False = <bound method Session.execute_script of <webdriver.client.Session object at 0x7fa64e82e750>>("return arguments[0].hasAttribute('checked')", args=[<webdriver.client.Element object at 0x7fa64e85d8d0>]) E + where <bound method Session.execute_script of <webdriver.client.Session object at 0x7fa64e82e750>> = <webdriver.client.Session object at 0x7fa64e82e750>.execute_script element = <webdriver.client.Element object at 0x7fa64e85d8d0> session = <webdriver.client.Session object at 0x7fa64e82e750>
Attachments
Patch (1.32 KB, patch)
2018-03-07 02:50 PST, Ms2ger (he/him; ⌚ UTC+1/+2)
commit-queue: commit-queue-
Ms2ger (he/him; ⌚ UTC+1/+2)
Comment 1 2018-03-07 02:50:52 PST
WebKit Commit Bot
Comment 2 2018-03-07 03:32:47 PST
Comment on attachment 335181 [details] Patch Rejecting attachment 335181 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 335181, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: e too many unreachable loose objects; run 'git prune' to remove them. Current branch master is up to date. Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. error: The last gc run reported the following. Please correct the root cause and remove /Volumes/Data/EWS/WebKit/.git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. Full output: http://webkit-queues.webkit.org/results/6837482
Ms2ger (he/him; ⌚ UTC+1/+2)
Comment 3 2018-03-07 06:14:39 PST
Radar WebKit Bug Importer
Comment 4 2018-03-07 06:15:22 PST
Note You need to log in before you can comment on or make changes to this bug.