Skip to content

Commit

Permalink
Add .only for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkiravul committed Feb 6, 2024
1 parent ab61d10 commit ea7a5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/magento/tests/VirtualProduct.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const users = credentials.guestUser;
let bearerToken;
let productURL;

test.describe("Virtual Products should be", () => {
test.describe.only("Virtual Products should be", () => {
test.beforeEach(async ({ request }) => {
bearerToken = await request.post("/index.php/rest/V1/integration/admin/token",{
data:{
Expand Down

0 comments on commit ea7a5ab

Please sign in to comment.