-
Notifications
You must be signed in to change notification settings - Fork 10
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
Error handling for card saves, including WAF rejections #1846
Error handling for card saves, including WAF rejections #1846
Conversation
2c205d9
to
0de7b6f
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.
I really wanted to exercise this in a deployed environment, or even locally, but I haven’t been able to 😖 I’m approving because at least there’s a passing test, I’d really like to see it in action though.
@@ -579,6 +583,60 @@ module('Integration | operator-mode', function (hooks) { | |||
assert.dom('[data-test-pet]').includesText('Paper Bad cat!'); | |||
}); | |||
|
|||
test('a 403 from Web Appliction Firewall is handled gracefully when auto-saving', async function (assert) { | |||
// TODO: setup virtual network to return WAF 403 when saving |
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.
Is this tracked somewhere? I couldn’t find an issue.
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.
Whoops. #1859
No description provided.