Search in sources :

Example 1 with PreferencesBot

use of code.satyagraha.gfm.viewer.bots.PreferencesBot in project gfm_viewer by satyagraha.

the class MarkdownViewTest method shouldShowPreferencesViaToolbar.

@Test
public void shouldShowPreferencesViaToolbar() throws Exception {
    LOGGER.info("");
    assertThat(MarkdownViewBot.isPresent(), is(false));
    MarkdownViewBot markdownViewBot1 = MarkdownViewBot.open();
    assertThat(MarkdownViewBot.isPresent(), is(true));
    SWTUtils.sleep(2000);
    PreferencesBot preferencesBot = markdownViewBot1.showPreferences();
    preferencesBot.cancel();
    markdownViewBot1.close();
}
Also used : PreferencesBot(code.satyagraha.gfm.viewer.bots.PreferencesBot) MarkdownViewBot(code.satyagraha.gfm.viewer.bots.MarkdownViewBot) Test(org.junit.Test)

Aggregations

MarkdownViewBot (code.satyagraha.gfm.viewer.bots.MarkdownViewBot)1 PreferencesBot (code.satyagraha.gfm.viewer.bots.PreferencesBot)1 Test (org.junit.Test)1