Skip to content

Commit

Permalink
Chore/fix pre release (#1042)
Browse files Browse the repository at this point in the history
* update pre-release numbering

* Revert "update pre-release numbering"

This reverts commit 9176583.

* update pre-release numbering
  • Loading branch information
atharvar28 authored Jun 21, 2024
1 parent 169ff70 commit 2e3033e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion suites/pre-release/dcf/2.googleCredentialsTest.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Feature # 3 in the sequence of testing
// This test plan has a few pre-requisites: Check prereq.md for more details.
Feature('3. Google Credentials - DCF Staging testing for release sign off - PXP-3836');
Feature('2. Google Credentials - DCF Staging testing for release sign off - PXP-3836');

// To be executed with GEN3_SKIP_PROJ_SETUP=true
// No need to set up program / retrieve access token, etc.
Expand Down
2 changes: 1 addition & 1 deletion suites/pre-release/dcf/3.preSignedURLTest.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable max-len */
// Feature # 4 in the sequence of testing
// This test plan has a few pre-requisites: Check prereq.md for more details.
Feature('4. PreSigned URLs - DCF Staging testing for release sign off - PXP-3836');
Feature('3. PreSigned URLs - DCF Staging testing for release sign off - PXP-3836');

// To be executed with GEN3_SKIP_PROJ_SETUP=true
// No need to set up program / retrieve access token, etc.
Expand Down
2 changes: 1 addition & 1 deletion suites/pre-release/dcf/4.oidcFlowTest.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*eslint-disable */
// Feature # 5 in the sequence of testing
// This test plan has a few pre-requisites: Check prereq.md for more details.
Feature('5. OIDC Flow - DCF Staging testing for release sign off - PXP-3836');
Feature('4. OIDC Flow - DCF Staging testing for release sign off - PXP-3836');

// To be executed with GEN3_SKIP_PROJ_SETUP=true
// No need to set up program / retrieve access token, etc.
Expand Down
2 changes: 1 addition & 1 deletion suites/pre-release/dcf/5.indexdTest.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Feature # 6 in the sequence of testing
// This test plan has a few pre-requisites: Check prereq.md for more details.
Feature('6. IndexD - DCF Staging testing for release sign off - PXP-3836');
Feature('5. IndexD - DCF Staging testing for release sign off - PXP-3836');

// To be executed with GEN3_SKIP_PROJ_SETUP=true
// No need to set up program / retrieve access token, etc.
Expand Down

0 comments on commit 2e3033e

Please sign in to comment.