You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URI removes the query fragment from the path component and file name is
based on the path. This test used to rely on the fact that the query
fragment was included in the file name returned by URL, but this is
unreliable. The URL could easily end with some other query param instead
of the file name, so the logic wasn't reliable.
0 commit comments