mozilla-mobile / firefox-tv

Firefox for Amazon's Fire TV
https://blog.mozilla.org/blog/2017/12/20/firefox-is-now-on-amazon-fire-tv-happy-holiday-watching/
Mozilla Public License 2.0
257 stars 111 forks source link

[1364] #4: Ensure ClearSessionDataTest tests everything we want it to (ClearDataTest) #1368

Open mcomella opened 6 years ago

mcomella commented 6 years ago

Currently, it tests that the back/forward state is removed and the cookies are removed. Maybe we also want to test:

mcomella commented 6 years ago

Blocked on #1360.

mcomella commented 6 years ago

Ideally, we should verify the data is cleared from the server-side (e.g. through mock web server) rather than accessing WebView APIs (also, won't work on GeckoView).

Look into the Focus clear data test to help with this implementation!