Skip to content

Commit

Permalink
chore(e2e): only check for github pop up before clicking
Browse files Browse the repository at this point in the history
  • Loading branch information
PatAKnight committed Nov 11, 2024
1 parent d030976 commit ce2bdd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test.describe.serial("Link Scaffolded Templates to Catalog Items", () => {
});

test("Verify Scaffolded link in components Dependencies and scaffoldedFrom relation in entity Raw Yaml ", async () => {
await common.clickOnGHloginPopup();
await common.checkAndClickOnGHloginPopup();
await uiHelper.clickTab("Dependencies");
await uiHelper.verifyText(
`ownerOf / ownedByscaffoldedFromcomponent:${reactAppDetails.componentName}group:${reactAppDetails.owner}Create React App Template`,
Expand Down

0 comments on commit ce2bdd0

Please sign in to comment.