Skip to content

Commit

Permalink
test(tile): remove uneeded only's
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones committed Jul 8, 2024
1 parent dc6ca4f commit e304b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/components/Tile/Tile-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ test.describe('@avt Tile', () => {
);
});

test.only('@avt-keyboard-nav SelectableTile', async ({ page }) => {
test('@avt-keyboard-nav SelectableTile', async ({ page }) => {
await visitStory(page, {
component: 'SelectableTile',
id: 'components-tile--selectable',
Expand All @@ -161,7 +161,7 @@ test.describe('@avt Tile', () => {
);
});

test.only('@avt-keyboard-nav RadioTile', async ({ page }) => {
test('@avt-keyboard-nav RadioTile', async ({ page }) => {
await visitStory(page, {
component: 'RadioTile',
id: 'components-tile--radio',
Expand Down

0 comments on commit e304b91

Please sign in to comment.