Skip to content

Commit 03f2806

Browse files
authored
Merge pull request #2804 from ehuss/remove-external-gui-test
Remove external website tests
2 parents 29ae40c + 4498739 commit 03f2806

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/gui/redirect.goml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ assert-window-property: ({"location": |DOC_PATH| + "prefix.html"})
2323
go-to: |DOC_PATH| + "rename-page-fragment-elsewhere.html#orig"
2424
assert-window-property: ({"location": |DOC_PATH| + "suffix.html#new"})
2525

26-
// Goes to an external site.
27-
go-to: |DOC_PATH| + "full-url-with-fragment.html"
28-
assert-window-property: ({"location": "https://www.rust-lang.org/#fragment"})
29-
30-
// External site with fragment renames.
31-
go-to: |DOC_PATH| + "full-url-with-fragment-map.html#a"
32-
assert-window-property: ({"location": "https://www.rust-lang.org/#new1"})
33-
go-to: |DOC_PATH| + "full-url-with-fragment-map.html#b"
34-
assert-window-property: ({"location": "https://www.rust-lang.org/#new2"})
35-
3626
// Rename fragment on an existing page.
3727
go-to: |DOC_PATH| + "prefix.html#orig"
3828
assert-window-property: ({"location": |DOC_PATH| + "prefix.html#new"})

0 commit comments

Comments
 (0)