Skip to content

Commit

Permalink
Enhancement URL changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Undid-Iridium authored and Undid Iridium committed Dec 30, 2023
1 parent e4e2ee5 commit 322159a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ public class RipButtonHandlerTest {

@Test
@Tag("flaky")
@Tag("NotFullyCorrect")
public void duplicateUrlTestCase() throws IOException {
// Simulating the MainWindow in our test
MainWindow testMainWindow = new MainWindow();
SwingUtilities.invokeLater(testMainWindow);

MainWindow.RipButtonHandler rbHandler = new MainWindow.RipButtonHandler(testMainWindow);
// Creating a RipButtonHandler instance
// Creating a RipButtonHandler instance - Changing fake text to cause github to rebuild 1.

// Add some URL to the model (assuming there's a method for adding URLs)
testMainWindow.getRipTextfield().setText("http://example.com");
Expand Down

0 comments on commit 322159a

Please sign in to comment.