Skip to content

Commit

Permalink
#1570. Rename test/ui 04_connect_games to 04_connect_doom. Fix test/u…
Browse files Browse the repository at this point in the history
…i 04_connect_doom by removing unused import.
  • Loading branch information
mike-winberry committed May 1, 2023
1 parent 9437b3c commit 7b107ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2021-Present The Zarf Authors

import { expect, test, browser } from '@playwright/test';
import { expect, test } from '@playwright/test';


test.describe.serial('connect the dos-games package @connect', async () => {
Expand Down

0 comments on commit 7b107ad

Please sign in to comment.