Skip to content

Commit

Permalink
[RFR] Remove bug number (#1244)
Browse files Browse the repository at this point in the history
* remove bug number

Signed-off-by: Alejandro Brugarolas <[email protected]>

* fix pr

Signed-off-by: Alejandro Brugarolas <[email protected]>

---------

Signed-off-by: Alejandro Brugarolas <[email protected]>
  • Loading branch information
abrugaro authored Oct 24, 2024
1 parent 4ea4ba4 commit d710eaa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import { dependencies, issues, technologies } from "../../../../views/common.vie

const appName = "Downloaded-Report-Test-App";

describe(["@tier2"], "Bug 636: Prepare Downloaded Report", function () {
describe(["@tier2"], "Prepare Downloaded Report", function () {
it("Download and extract report", function () {
cy.fixture("application").then(function (appData) {
cy.fixture("analysis").then(function (analysisData) {
Expand Down Expand Up @@ -78,7 +78,7 @@ describe(["@tier2"], "Bug 636: Prepare Downloaded Report", function () {
});
});

describe.skip(["@tier2"], "Bug 636: Test Static Report UI", function () {
describe(["@tier2"], "Test Static Report UI", function () {
const reportData = {
name: "File system - Java IO",
category: "mandatory",
Expand Down Expand Up @@ -135,7 +135,7 @@ describe.skip(["@tier2"], "Bug 636: Test Static Report UI", function () {
});
});

describe(["@tier2"], "Bug 636: Delete Downloaded Report Data", function () {
describe(["@tier2"], "Delete Downloaded Report Data", function () {
it("Delete Downloaded Report Data", function () {
login();
cleanupDownloads();
Expand Down

0 comments on commit d710eaa

Please sign in to comment.