Skip to content

Commit 2b4d0eb

Browse files
Fixing test names
1 parent 701dab3 commit 2b4d0eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/src/components/tab-button/test/shape/tab-button.e2e.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ configs({ modes: ['ionic-md'], directions: ['ltr'] }).forEach(({ config, screens
3636
await tabButtonFixture.goto(config);
3737
});
3838

39-
test('should render the default toast', async () => {
39+
test('should render the default tab button', async () => {
4040
await tabButtonFixture.screenshot('shape-round', screenshot, '#default-tab-button');
4141
});
4242

43-
test('should render a soft toast', async () => {
43+
test('should render a soft tab button', async () => {
4444
await tabButtonFixture.screenshot('shape-soft', screenshot, '#soft-tab-button');
4545
});
4646

47-
test('should render a round toast', async () => {
47+
test('should render a round tab button', async () => {
4848
await tabButtonFixture.screenshot('shape-round', screenshot, '#round-tab-button');
4949
});
5050

51-
test('should render a rectangular toast', async () => {
51+
test('should render a rectangular tab button', async () => {
5252
await tabButtonFixture.screenshot('shape-rectangular', screenshot, '#rect-tab-button');
5353
});
5454
});

0 commit comments

Comments
 (0)