Fixed 'Remove the unnecessary boolean literals' code smell.

This commit is contained in:
Akshay Joshi
2022-09-09 15:23:18 +05:30
parent ec47a2aa66
commit 3b95a416ca
21 changed files with 221 additions and 224 deletions

View File

@@ -137,4 +137,4 @@ class KeyboardShortcutFeatureTest(BaseFeatureTest):
maximize_button.click()
# save and close the preference dialog.
self.page.click_modal('Save', True)
self.page.click_modal('Save')