[ACA-2022] navigation fixes (#830)

* navigation fixes

* test fixes
This commit is contained in:
Denys Vuika
2018-11-26 18:20:30 +00:00
committed by GitHub
parent 8952be634f
commit 18b4c1bc8a
5 changed files with 37 additions and 16 deletions

View File

@@ -77,7 +77,7 @@ describe('Empty list views', () => {
await page.clickRecentFiles();
expect(await dataTable.isEmptyList()).toBe(true, 'list is not empty');
expect(await dataTable.getEmptyStateTitle()).toContain('No recent files');
expect(await dataTable.getEmptyStateSubtitle()).toContain('Items you upload or edit in the last 30 days are shown here.');
expect(await dataTable.getEmptyStateSubtitle()).toContain('Items you uploaded or edited in the last 30 days are shown here.');
});
it('empty Favorites - [C280133]', async () => {