1
0
mirror of synced 2026-08-05 01:46:54 +00:00

master - more consistent naming for dfp settings and removed test folder

This commit is contained in:
Sarah Ni
2015-09-10 12:07:36 +10:00
parent 8f5c8db352
commit 647eecd95b
7 changed files with 44 additions and 94 deletions
@@ -1,22 +0,0 @@
import { acceptance } from "helpers/qunit-helpers";
acceptance("Discourse Ad Plugin", { loggedIn: true });
test("DFP and Adsense Button Appears on Site Settings", () => {
visit("/admin/site_settings/category/adsense_plugin");
andThen(() => {
fillIn('#login-account-name', 'eviltrout');
// ok(!exists('.tentacle'), "the tentacle is not shown yet");
// });
// click('#show-tentacle');
// andThen(() => {
// ok(exists('.tentacle'), "the tentacle wants to rule the world!");
// });
});
// Test if dfp and adsense button appear on site settings
// Test if AAdsense ad loads
// Test if DFP ad loads