-
Notifications
You must be signed in to change notification settings - Fork 4.7k
ci: Update version and checking failure #39138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
013d842
d869509
a5be284
ed57144
b66dc3d
9bab61a
ea8d979
7fad12c
7e38635
14cc681
a5c7c8a
8e306ab
b8414d9
f141c7a
0408776
609031b
9c4fb37
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -8,7 +8,7 @@ import HomepageLocators from "../../../../locators/HomePage"; | |||||||
|
|
||||||||
| describe( | ||||||||
| "Validate Homepage Experience V2 changes", | ||||||||
| { tags: ["@tag.Workspace", "@tag.AccessControl"] }, | ||||||||
| { tags: ["@tag.Workspace", "@tag.AccessControl", "@tag.SignIn"] }, | ||||||||
| function () { | ||||||||
| before(() => {}); | ||||||||
|
|
||||||||
|
|
@@ -27,6 +27,7 @@ describe( | |||||||
| }); | ||||||||
|
|
||||||||
| it("2. Entity Search bar should be visible on Homepage and not visible on Settings and Editor", () => { | ||||||||
| expect(false).to.be.true; | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove the intentionally failing assertion. The assertion - expect(false).to.be.true;📝 Committable suggestion
Suggested change
|
||||||||
| homePage.CreateNewApplication(); | ||||||||
| agHelper.AssertElementAbsence(HomepageLocators._entitySearchBar); | ||||||||
| homePage.NavigateToHome(); | ||||||||
|
|
||||||||
Uh oh!
There was an error while loading. Please reload this page.