Skip to content

Commit f5a4187

Browse files
committed
Bump test/common fetch tag to include relative selectors and scrollIntoView for screenshots
1 parent 997ac65 commit f5a4187

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ bots:
174174
# when you start a new project, use the latest release, and update it from time to time
175175
test/common:
176176
flock Makefile sh -ec '\
177-
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 246; \
177+
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 70e8eb010343f476ca2198aad8ad5a5a4425e1e4; \
178178
git checkout --force FETCH_HEAD -- test/common; \
179179
git reset test/common'
180180

test/check-machines-consoles

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class TestMachinesConsoles(VirtualMachinesCase):
6868
'Clicking "Launch remote viewer" will download')
6969

7070
b.assert_pixels("#vm-subVmTest1-consoles-page", "vm-details-console-external",
71-
ignore=["#vm-subVmTest1-consoles-page .pf-c-expandable-section__toggle-icon"])
71+
ignore=[".pf-c-expandable-section__toggle-icon"])
7272

7373
def testInlineConsole(self, urlroot=""):
7474
b = self.browser

test/check-machines-disks

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class TestMachinesDisks(VirtualMachinesCase):
276276

277277
if self.pixel_test_tag:
278278
self.test_obj.browser.assert_pixels("#vm-subVmTest1-disks-adddisk-dialog-modal-window", self.pixel_test_tag,
279-
ignore=["#vm-subVmTest1-disks-adddisk-dialog-modal-window .pf-c-expandable-section__toggle-icon"])
279+
ignore=[".pf-c-expandable-section__toggle-icon"])
280280

281281
if self.verify:
282282
self.add_disk()

0 commit comments

Comments
 (0)