Adjust test priorities

This commit is contained in:
Sara Aspery
2023-01-19 12:44:21 +00:00
parent ced709b7bc
commit c8f9cfa62e

View File

@@ -50,7 +50,7 @@ public class SearchCasesTest extends AbstractSearchServicesE2ETest
Assert.assertTrue(waitForContentIndexing(file4.getContent(), true)); Assert.assertTrue(waitForContentIndexing(file4.getContent(), true));
} }
@Test(priority=5) @Test(priority=1)
public void testSearchUpdateContent() throws InterruptedException public void testSearchUpdateContent() throws InterruptedException
{ {
String originalText = String.valueOf(System.currentTimeMillis()); String originalText = String.valueOf(System.currentTimeMillis());
@@ -96,7 +96,7 @@ public class SearchCasesTest extends AbstractSearchServicesE2ETest
* } * }
* } * }
*/ */
@Test(priority=10) @Test(priority=2)
public void searchWithFacedFields() throws InterruptedException public void searchWithFacedFields() throws InterruptedException
{ {
String uniqueText = String.valueOf(System.currentTimeMillis()); String uniqueText = String.valueOf(System.currentTimeMillis());
@@ -134,7 +134,7 @@ public class SearchCasesTest extends AbstractSearchServicesE2ETest
bucket1.assertThat().field("count").is(1); bucket1.assertThat().field("count").is(1);
} }
@Test(priority=18) @Test(priority=3)
public void searchSpecialCharacters() public void searchSpecialCharacters()
{ {
String specialCharfileName = "è¥äæ§ç§-åæ.pdf"; String specialCharfileName = "è¥äæ§ç§-åæ.pdf";