Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
update comment
  • Loading branch information
jlangy committed Jun 5, 2024
1 parent a9fbab7 commit 83b2d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/cypress/appActions/Request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class Request {
createRequest() {
this.reqPage.startRequest();

// Appending unique identifier to prevent name clashes when running in parallel
// Appending timestamp as a unique identifier to prevent name clashes when running in parallel
const uid = util.getDate();
this.uid = uid;

Expand Down

0 comments on commit 83b2d8a

Please sign in to comment.