Skip to content

Commit 338be7b

Browse files
authored
internal: load fixed test error correctly (#32119)
1 parent ed0819d commit 338be7b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/app/src/store/studio-store.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -324,16 +324,6 @@ export const useStudioStore = defineStore('studioRecorder', {
324324
visitUrl (url?: string) {
325325
this.setUrl(url ?? this.url)
326326

327-
// if we're visiting a new url, update the visit url param
328-
if (url) {
329-
this._updateUrlParams(['url'])
330-
}
331-
332-
getCypress().cy.visit(this.url).then(() => {
333-
// after visiting a new url, remove the visit url param since it shouldn't be needed anymore
334-
this._removeUrlParams(['url'])
335-
})
336-
337327
// if we're visiting a new url, add the visit log
338328
if (url) {
339329
this.logs.push({

0 commit comments

Comments
 (0)