Skip to content

Commit

Permalink
test: flaky check for published Spec (#38427)
Browse files Browse the repository at this point in the history
/ok-to-test tags="@tag.Sanity"


<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/12592573790>
> Commit: a174b8a
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=12592573790&attempt=2"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Sanity`
> Spec:
> <hr>Fri, 03 Jan 2025 06:17:34 UTC
<!-- end of auto-generated comment: Cypress test results  -->

---------

Co-authored-by: “NandanAnantharamu” <“nandan@thinkify.io”>
  • Loading branch information
NandanAnantharamu and “NandanAnantharamu” authored Jan 3, 2025
1 parent 78df400 commit c43f84d
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ const RUN_JS_OBJECT_MSG = "Incorrect_users failed to execute";

const PAGE_LOAD_MSG = `The action "Incorrect_users" has failed.`;

describe(
describe.skip(
"Published mode toggle toast with debug flag in the url",
{ tags: ["@tag.JS", "@tag.Binding"] },
function () {
before(() => {
_.agHelper.AddDsl("publishedModeToastToggleDsl");
});

it("1. Should not show any application related toasts", function () {
//open bug: https://github.com/appsmithorg/appsmith/issues/38165
it.skip("1. Should not show any application related toasts", function () {
_.apiPage.CreateAndFillApi(
_.dataManager.dsValues[_.dataManager.defaultEnviorment].mockApiUrl,
"Correct_users",
Expand Down Expand Up @@ -72,7 +72,8 @@ describe(
);
});

it("2. Should show all application related toasts with debug flag true in url", function () {
//open bug: https://github.com/appsmithorg/appsmith/issues/38165
it.skip("2. Should show all application related toasts with debug flag true in url", function () {
cy.url().then((url) => {
cy.visit({
url,
Expand Down

0 comments on commit c43f84d

Please sign in to comment.