Skip to content

Commit

Permalink
fix: reverting the mysql2 spec in this pr
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanAgarwal041 committed Aug 28, 2024
1 parent f686896 commit 99e0865
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ describe(
updateNVerify(6, 4, newStoreSecret as string);
});

table.SelectTableRow(12, 0, true, "v2");
dataSources.AssertJSONFormHeader(12, 0, "store_id");
generateStoresSecretInfo(12);
table.SelectTableRow(17, 0, true, "v2");
dataSources.AssertJSONFormHeader(17, 0, "store_id");
generateStoresSecretInfo(17);
cy.get("@secretInfo").then(($secretInfo) => {
newStoreSecret = $secretInfo;
cy.log("newStoreSecret is : " + newStoreSecret);
updateNVerify(12, 4, newStoreSecret as string);
updateNVerify(17, 4, newStoreSecret as string);
});

//Hidden field bug - to add here aft secret codes are updated for some fields!
Expand Down Expand Up @@ -361,7 +361,7 @@ describe(
table.WaitUntilTableLoad(0, 0, "v2");
//Delete the test data
entityExplorer.ActionContextMenuByEntityName({
entityNameinLeftSidebar: "Page1",
entityNameinLeftSidebar: "Stores",
action: "Delete",
entityType: entityItems.Page,
});
Expand Down

0 comments on commit 99e0865

Please sign in to comment.