Skip to content

Commit af983af

Browse files
authored
test: Update source repo URL to sway-copr because the fish repo
URL does not work Closes osbuild#896
1 parent a61703a commit af983af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/end-to-end/specs/sources.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import blueprintsPage from "../pages/blueprints.page";
22
import sourcesPage from "../pages/sources.page";
33

44
describe("Sources Page", function() {
5-
const repo = "https://download.opensuse.org/repositories/shells:/fish:/release:/3/Fedora_29/";
6-
const repoName = "fish";
5+
const repo = "https://download.copr.fedorainfracloud.org/results/xiaofwan/sway-copr/fedora-31-x86_64";
6+
const repoName = "sway-copr";
77
describe("System source checking", function() {
88
before(function() {
99
blueprintsPage.moreButton.click();

0 commit comments

Comments
 (0)