Skip to content

Commit

Permalink
ran yarn lint-apply to pre merge checks pass - removed - 'expect' is …
Browse files Browse the repository at this point in the history
…assigned a value but never used. Allowed unused vars must match /Given|And|When|Then in the UniversalSteps.js
  • Loading branch information
MathumithaVe committed Aug 7, 2023
1 parent 18f93b9 commit 257313e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/pages/UniversalSteps.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { expect: expect } = require("chai");
//const { expect: expect } = require("chai");
const { assertTrue, fail } = require("assert");

exports.UniversalSteps = class PlaywrightDevPage {
Expand Down

0 comments on commit 257313e

Please sign in to comment.