-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/screentest: remove unneeded seeds
Remove modules that don't matter from the list of modules used to seed the database in ci mode. Also combine two identical tests. Change-Id: I979ed07ce1f3bdf0fa164e46643cffefcdce45e3 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/626003 Reviewed-by: Robert Findley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> kokoro-CI: kokoro <[email protected]>
- Loading branch information
Showing
7 changed files
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,9 +32,7 @@ golang.org/x/tools/[email protected] | |
github.com/jackc/[email protected]+incompatible | ||
rsc.io/[email protected] | ||
rsc.io/quote@all | ||
rsc.io/quote/v2@all | ||
rsc.io/quote/v3@all | ||
rsc.io/quote/v4@all | ||
rsc.io/quote/[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ block https://codecov.io/* https://travis-ci.com/* | |
{{$hideElements := "document.querySelector(\"[data-test-id='UnitHeader-importedby']\")?.remove();document.querySelector(\"[data-test-id='meta-link-depsdev']\")?.remove();"}} | ||
{{$scrollTop := "window.scrollTo({top:0});"}} | ||
|
||
test short readme has no toggle | ||
test short readme has no toggle and higher major version | ||
pathname /rsc.io/quote | ||
wait {{$ready}} | ||
eval {{$hideElements}} | ||
|
@@ -108,13 +108,6 @@ eval {{$hideElements}} | |
capture viewport | ||
capture viewport 540x1080 | ||
|
||
test package with higher major version | ||
pathname /rsc.io/quote | ||
wait {{$ready}} | ||
eval {{$hideElements}} | ||
capture viewport | ||
capture viewport 540x1080 | ||
|
||
test package with multi-GOOS | ||
pathname /github.com/creack/[email protected] | ||
wait {{$ready}} | ||
|
Binary file removed
BIN
-89.7 KB
tests/screentest/testdata/short-readme-has-no-toggle-540x1080.a.png
Binary file not shown.
File renamed without changes
File renamed without changes
Binary file not shown.