mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
bitbake: toaster: update selenium version and code syntax
Updated selenium version to latest 4.13.0, changed selenum specific version syntax elements to accomplish test success (Bitbake rev: 868c88a249ef4b9fe5a891e76e25e054e4fcd994) Signed-off-by: Marlon Rodriguez Garcia <marlon.rodriguez-garcia@savoirfairelinux.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
08421d8985
commit
3ac4694fc3
@@ -305,6 +305,7 @@ class ToasterTable(TemplateView):
|
||||
|
||||
self.setup_columns(**kwargs)
|
||||
|
||||
self.apply_orderby('pk')
|
||||
if search:
|
||||
self.apply_search(search)
|
||||
if filters:
|
||||
|
||||
Reference in New Issue
Block a user