diff options
Diffstat (limited to 'tests/ui-regression/test/appsSpec.js')
-rw-r--r-- | tests/ui-regression/test/appsSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui-regression/test/appsSpec.js b/tests/ui-regression/test/appsSpec.js index b5e5a889e41..3a23c1df773 100644 --- a/tests/ui-regression/test/appsSpec.js +++ b/tests/ui-regression/test/appsSpec.js @@ -39,7 +39,7 @@ describe('apps', function () { }, {viewport: resolution, waitUntil: 'networkidle2'}); }); - ['installed', 'enabled', 'disabled', 'app-bundles'].forEach(function(endpoint) { + ['your-apps', 'enabled', 'disabled', 'app-bundles'].forEach(function(endpoint) { it('apps.' + endpoint + '.' + resolution.title, async function () { return helper.takeAndCompare(this, undefined, async function (page) { try { |