-
Notifications
You must be signed in to change notification settings - Fork 675
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
fix Clear out the localStorage after test
(close #1546)
#1590
Conversation
❌ Tests for the commit f8f1a9e have failed. See details: |
@testcafe-build-bot \retest |
❌ Tests for the commit f8f1a9e have failed. See details: |
@testcafe-build-bot \retest |
✅ Tests for the commit f8f1a9e have passed. See details: |
fixture `Storages` | ||
.page `http://localhost:3000/fixtures/driver/pages/set-value-to-storages.html`; | ||
|
||
const saveNativeStorageKey = ClientFunction(storageName => { |
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.
Let's call if setNativeStorageKey
.
And we can do not return value from this method
✅ Tests for the commit 3d13a96 have passed. See details: |
…evExpress#1590) * fix `Clear out the localStorage after test` (close DevExpress#1546) * fix review's issues
…evExpress#1590) * fix `Clear out the localStorage after test` (close DevExpress#1546) * fix review's issues
No description provided.