diff --git a/src/main/webapp/app/shared/table/VusTable.tsx b/src/main/webapp/app/shared/table/VusTable.tsx index 1b1095e9c..1f6de5ef1 100644 --- a/src/main/webapp/app/shared/table/VusTable.tsx +++ b/src/main/webapp/app/shared/table/VusTable.tsx @@ -142,7 +142,7 @@ const VusTable = ({ ), id: LAST_EDITED_AT, accessor: 'time.value', - width: 250, + width: 300, Cell(cell: { original: VusTableData }) { const time = cell.original.time.value; const color = getVusTimestampClass(time); diff --git a/src/test/javascript/screenshots/baseline/desktop_chrome/mutation-collapsible--1920x1080.png b/src/test/javascript/screenshots/baseline/desktop_chrome/mutation-collapsible--1920x1080.png new file mode 100644 index 000000000..6f91d2f34 Binary files /dev/null and b/src/test/javascript/screenshots/baseline/desktop_chrome/mutation-collapsible--1920x1080.png differ diff --git a/src/test/javascript/screenshots/baseline/desktop_chrome/mutation-collapsible--1920x975.png b/src/test/javascript/screenshots/baseline/desktop_chrome/mutation-collapsible--1920x975.png deleted file mode 100644 index dbfa3d9f7..000000000 Binary files a/src/test/javascript/screenshots/baseline/desktop_chrome/mutation-collapsible--1920x975.png and /dev/null differ diff --git a/src/test/javascript/screenshots/baseline/desktop_chrome/vus-table--1920x1080.png b/src/test/javascript/screenshots/baseline/desktop_chrome/vus-table--1920x1080.png index 0e0ce964d..f5f8b73c2 100644 Binary files a/src/test/javascript/screenshots/baseline/desktop_chrome/vus-table--1920x1080.png and b/src/test/javascript/screenshots/baseline/desktop_chrome/vus-table--1920x1080.png differ