Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9133581
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:30:44+00:00 2026-06-17T08:30:44+00:00

In a Web application, I use a jQueryUI modal dialog to confirm an action:

  • 0

In a Web application, I use a jQueryUI modal dialog to confirm an action:

function erase() {
  $("#dialog").text("Are you sure want to delete this record?")
  .attr("title", "Delete...")
  .dialog({
    modal: true,
    buttons: {
      Delete: function() {
        $.ajax({
          ...snip...
          success: function() {
            self.location = "."; // returns to the welcome page
          }
        });
      },
      ...snip...
    }
  });
}

The code works pretty well, but I couldn’t succeed in testing it with Capybara:

...snip...
Capybara.default_driver = :webkit
...snip...

def in_dialog()
  f = find('.ui-dialog')
end

feature 'Delete a record' do
...snip...
  scenario 'for any record' do
    click_on 'Delete...'
    page.should have_content 'Are you sure want to delete this record?'
    in_dialog.click_button 'Delete'
    page.should have_content 'Welcome'
    ...snip...
  end
end

Capybara finds the button but everything goes as if the callback were never fired.

I tried different workarounds (several of which I found on stackoverflow):

  • sleep,
  • “wait for ajax”,
  • page.native.send_keys(:return) instead of click_button ‘Delete’,
  • find(‘button’, :text => ‘Delete’).click instead of click_button ‘Delete’,
  • Selenium driver instead of webkit driver.

None worked. Any other idea?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T08:30:45+00:00Added an answer on June 17, 2026 at 8:30 am

    You posted code that you use to interact with the server in comments.

    I followed those steps manually in browser but click on the button “Supprimer” returns 409 error and nothing else happens. That’s why nothing happens in your test when you click this button.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a web application and I want to use the Tabs widget
I want to build a web application use Python for an antivirus engine. Actually
In my web application I use jquery dialogs to open popups. The function used
Everywhere in my web application i use redirects like these: Response.Redirect(~/SearchResults.aspx, true); And this
I have a Web Application that use Hibernate 3.0. When I restart my database
In a .Net web application I use the public DataRow[] Select(string filterExpression) method in
I'm developing a web application that use Spring Security for authentication of users. I
So I am writing a web application for use within my organization. The application
2 months ago I was writing a web-application which use some classes to draw
I am attempting to enhance a internal web application we use. I am using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.