We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61703a commit af983afCopy full SHA for af983af
test/end-to-end/specs/sources.test.js
@@ -2,8 +2,8 @@ import blueprintsPage from "../pages/blueprints.page";
2
import sourcesPage from "../pages/sources.page";
3
4
describe("Sources Page", function() {
5
- const repo = "https://download.opensuse.org/repositories/shells:/fish:/release:/3/Fedora_29/";
6
- const repoName = "fish";
+ const repo = "https://download.copr.fedorainfracloud.org/results/xiaofwan/sway-copr/fedora-31-x86_64";
+ const repoName = "sway-copr";
7
describe("System source checking", function() {
8
before(function() {
9
blueprintsPage.moreButton.click();
0 commit comments