Skip to content

Commit 125ae89

Browse files
committed
fix: testcases names
1 parent 27086b7 commit 125ae89

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/suites/tenant/diagnostics/tabs/info.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {tenantName} from '../../../../utils/constants';
44
import {TenantPage} from '../../TenantPage';
55
import {Diagnostics, DiagnosticsTab} from '../Diagnostics';
66

7-
test.describe('Diagnostics tab', async () => {
7+
test.describe('Diagnostics Info tab', async () => {
88
test('Info tab shows main page elements', async ({page}) => {
99
const pageQueryParams = {
1010
schema: tenantName,

tests/suites/tenant/diagnostics/tabs/nodes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {DiagnosticsNodesTable} from '../../../paginatedTable/paginatedTable';
55
import {TenantPage} from '../../TenantPage';
66
import {Diagnostics, DiagnosticsTab} from '../Diagnostics';
77

8-
test.describe('Diagnostics tab', async () => {
8+
test.describe('Diagnostics Nodes tab', async () => {
99
test('Nodes tab shows nodes table with memory viewer', async ({page}) => {
1010
const pageQueryParams = {
1111
schema: tenantName,

tests/suites/tenant/diagnostics/tabs/queries.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
QueryTopColumns,
1414
} from '../Diagnostics';
1515

16-
test.describe('Diagnostics tab', async () => {
16+
test.describe('Diagnostics Queries tab', async () => {
1717
test('No runnning queries in Queries if no queries are running', async ({page}) => {
1818
const pageQueryParams = {
1919
schema: tenantName,

tests/suites/tenant/diagnostics/tabs/schema.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {dsVslotsSchema, tenantName} from '../../../../utils/constants';
44
import {TenantPage} from '../../TenantPage';
55
import {Diagnostics, DiagnosticsTab} from '../Diagnostics';
66

7-
test.describe('Diagnostics tab', async () => {
7+
test.describe('Diagnostics Schema tab', async () => {
88
test('Primary keys header is visible in Schema tab', async ({page}) => {
99
const pageQueryParams = {
1010
schema: dsVslotsSchema,

tests/suites/tenant/diagnostics/tabs/storage.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {tenantName} from '../../../../utils/constants';
44
import {TenantPage} from '../../TenantPage';
55
import {Diagnostics, DiagnosticsTab} from '../Diagnostics';
66

7-
test.describe('Diagnostics tab', async () => {
7+
test.describe('Diagnostics Storage tab', async () => {
88
test('Storage tab shows Groups and Nodes views', async ({page}) => {
99
const pageQueryParams = {
1010
schema: tenantName,

tests/suites/tenant/diagnostics/tabs/topShards.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
} from '../Diagnostics';
1111
import {setupTopShardsHistoryMock} from '../mocks';
1212

13-
test.describe('Diagnostics tab', async () => {
13+
test.describe('Diagnostics TopShards tab', async () => {
1414
test('TopShards tab defaults to Immediate mode', async ({page}) => {
1515
const pageQueryParams = {
1616
schema: tenantName,

0 commit comments

Comments
 (0)