-
-
Notifications
You must be signed in to change notification settings - Fork 319
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
feat: forms inhibited when summary selected and vice versa #1037
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tiny question, otherwise LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @hexaltation!
Only have a few small comments and suggestions.
test/nbrowser/saveViewSection.ts
Outdated
await gu.checkForErrors(); | ||
}); | ||
|
||
it("Should disable form when summary is selected", async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it("Should disable form when summary is selected", async () => { | |
it("should disable form when summary is selected", async () => { |
test/nbrowser/saveViewSection.ts
Outdated
|
||
// close page widget picker | ||
await driver.sendKeys(Key.ESCAPE); | ||
await gu.checkForErrors(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
await gu.checkForErrors(); |
7cfca06
to
66c07b6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @hexaltation!
fixes #967
Following behaviour proposed by @dsagal in the issue