Index: ui/file_manager/integration_tests/file_manager/open_audio_files.js |
diff --git a/ui/file_manager/integration_tests/file_manager/open_audio_files.js b/ui/file_manager/integration_tests/file_manager/open_audio_files.js |
index 3a3c4c69132ad054232be7f2e8d98ce472876c82..f75cbf8652599ff261af3c51927f7e5d00f462e0 100644 |
--- a/ui/file_manager/integration_tests/file_manager/open_audio_files.js |
+++ b/ui/file_manager/integration_tests/file_manager/open_audio_files.js |
@@ -268,7 +268,7 @@ function audioRepeatSingleFile(path) { |
audioPlayerApp.callRemoteTestUtil( |
'fakeMouseClick', |
audioAppId, |
- ['audio-player /deep/ button.repeat input'], |
+ ['audio-player /deep/ files-icon-button.repeat'], |
this.next); |
}, |
function(result) { |
@@ -404,7 +404,7 @@ function audioRepeatMultipleFile(path) { |
audioPlayerApp.callRemoteTestUtil( |
'fakeMouseClick', |
audioAppId, |
- ['audio-player /deep/ button.repeat input'], |
+ ['audio-player /deep/ files-icon-button.repeat'], |
this.next); |
}, |
function(result) { |