]> source.dussan.org Git - nextcloud-server.git/commit
Adjust acceptance tests to changes of file names in file picker 14947/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Wed, 3 Apr 2019 14:29:52 +0000 (16:29 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Wed, 3 Apr 2019 14:29:52 +0000 (16:29 +0200)
commitace44499246124663d3e602e6462e5cc4b7d0c55
tree16ad0f8d5125f76e60293a339fd1a6772d47a9c6
parent39d134037130fb24173efc55440f5ab7fc91d812
Adjust acceptance tests to changes of file names in file picker

File names are no longer shown directly in the ".filename" element, but
split in two "span" elements inside a ".filename-parts" element, so now
the texts in those span elements need to be concatenated to get the file
name.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
tests/acceptance/features/bootstrap/FilePickerContext.php