mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
fix naming for e2e (#1418)
This commit is contained in:
@@ -83,7 +83,7 @@ describe('Extensions - DocumentList presets', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
it('Sets the columns to display - [C286700]', async () => {
|
||||
it('[C286700] Sets the columns to display', async () => {
|
||||
const expectedColumns = testData
|
||||
.filter(item => !item.disabled)
|
||||
.map(data => data.label);
|
||||
@@ -92,7 +92,7 @@ describe('Extensions - DocumentList presets', () => {
|
||||
expect(actualColumns).toEqual(expectedColumns);
|
||||
});
|
||||
|
||||
it('Disabled items are not shown - [C286699]', async () => {
|
||||
it('[C286699] Disabled items are not shown', async () => {
|
||||
const noColumnLabel = testData.find(item => item.disabled).label;
|
||||
const element = dataTable.getColumnHeaderByLabel(noColumnLabel);
|
||||
|
||||
|
Reference in New Issue
Block a user