Skip to content

Commit

Permalink
Remove test .only
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Jun 27, 2024
1 parent ed718df commit dfea637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/request-queuing/ui.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ describe('Request-queue UI changes', function () {
);
});

it.only('should gracefully handle network connectivity failure @no-mmi', async function () {
it('should gracefully handle network connectivity failure @no-mmi', async function () {
const port = 8546;
const chainId = 1338;
await withFixtures(
Expand Down

0 comments on commit dfea637

Please sign in to comment.